Merge pull request #15813 from ryan-hanchett/feat/doc-table-pagesize

feat: add option to override material table options for DocsTable
This commit is contained in:
Ben Lambert
2023-01-30 14:05:42 +01:00
committed by GitHub
8 changed files with 30 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': minor
---
Update DocsTable and EntityListDocsTable to accept overrides for Material Table options.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Adds new type, TableOptions, extending Material Table Options.