diff --git a/.changeset/funny-trains-sniff.md b/.changeset/funny-trains-sniff.md index 1021ad061d..91dbd28c28 100644 --- a/.changeset/funny-trains-sniff.md +++ b/.changeset/funny-trains-sniff.md @@ -3,4 +3,23 @@ '@backstage/plugin-catalog': minor --- -Added namespace filter and column in default catalog table +Added an entity namespace filter and column on the default catalog page. + +If you have a custom version of the catalog page, you can add this filter in your CatalogPage code: + +```ts + + + + + + /* if you want namespace picker */ + + + + + + +``` + +The namespace column can be added using `createNamespaceColumn();`. This is only needed if you customized the columns for CatalogTable.