chore: pagination changesets
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Added pagination support to `EntityListProvider`.
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Added experimental pagination support to `CatalogIndexPage`
|
||||
|
||||
CatalogIndexPage now offers an optional pagination feature, designed to accommodate adopters managing extensive catalogs. This new capability allows for better handling of large amounts of data.
|
||||
|
||||
To activate the pagination mode, simply update your configuration as follows:
|
||||
|
||||
```diff
|
||||
catalog:
|
||||
+ experimental:
|
||||
+ paginatedEntities: true
|
||||
```
|
||||
Reference in New Issue
Block a user