Let through the table options that dont interfere with server side pagination.

Signed-off-by: Nick Bodiford <nbodiford@spotify.com>
This commit is contained in:
Nick Bodiford
2024-03-13 17:07:09 -05:00
parent 50b668777a
commit 9e601c59af
@@ -41,12 +41,13 @@ export function PaginatedCatalogTable(props: PaginatedCatalogTableProps) {
columns={columns}
data={data}
options={{
...options,
// These settings are configured to force server side pagination
paginationPosition: 'both',
pageSizeOptions: [],
showFirstLastPageButtons: false,
pageSize: Number.MAX_SAFE_INTEGER,
emptyRowsWhenPaging: false,
...options,
}}
onSearchChange={(searchText: string) =>
updateFilters({