Merge pull request #7921 from egnwd/core-table-cellStyle-fn

[core-components] Allow for material-table cellStyle function from the backstage Table component
This commit is contained in:
Patrik Oldsberg
2021-11-09 19:40:17 +01:00
committed by GitHub
4 changed files with 173 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Allow for `cellStyle` property on `TableColumn` to be a function as well as `React.CSSProperties` as per the Material UI Table component