Merge pull request #3025 from andrewthauer/catalog-client-paging

feat(catalog): add simple client side paging
This commit is contained in:
Andrew Thauer
2020-10-21 12:51:46 -04:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': minor
---
Add client side paging for catalog table
@@ -155,7 +155,8 @@ export const CatalogTable = ({
isLoading={loading}
columns={columns}
options={{
paging: false,
paging: true,
pageSize: 10,
actionsColumnIndex: -1,
loadingType: 'linear',
showEmptyDataSourceMessage: !loading,