Merge pull request #5982 from ougfh/add-pagination-to-apis-explorer-table

Add pagination to ApisExplorerTable
This commit is contained in:
Patrik Oldsberg
2021-06-15 18:28:45 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -199,7 +199,9 @@ export const ApiExplorerTable = ({
isLoading={loading}
columns={columns}
options={{
paging: false,
paging: true,
pageSize: 20,
pageSizeOptions: [20, 50, 100],
actionsColumnIndex: -1,
loadingType: 'linear',
padding: 'dense',