feat(catalog): add simple client side paging

This commit is contained in:
Andrew Thauer
2020-10-21 11:53:26 -04:00
parent 229ce4d04f
commit f0aa01bcc2
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,