mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-18 02:46:37 +00:00
🚧 wip: pagination and search work
This commit is contained in:
@@ -81,10 +81,8 @@ export default async function SitesPage(props: SitesPageProps) {
|
||||
<SitesTable
|
||||
sites={siteRows}
|
||||
orgId={params.orgId}
|
||||
rowCount={pagination.total}
|
||||
pagination={{
|
||||
pageCount: Math.ceil(
|
||||
pagination.total / pagination.pageSize
|
||||
),
|
||||
pageIndex: pagination.page - 1,
|
||||
pageSize: pagination.pageSize
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user