mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
wrapping some agent components.
This commit is contained in:
@@ -30,9 +30,9 @@ export function DataTableWithPagination<TData, TValue>({columns, data}: DataTabl
|
||||
})
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="flex flex-col justify-between h-full">
|
||||
<DataTable table={table}/>
|
||||
<TablePagination table={table}/>
|
||||
<TablePagination table={table} pageSizeOptions={[5, 10, 20, 50, 100]}/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user