Merge pull request #5982 from ougfh/add-pagination-to-apis-explorer-table
Add pagination to ApisExplorerTable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user