Move table cell requirement docs to docs-ui

Move the cell wrapper requirement documentation from the package
README to the docs-ui table component page where it belongs.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 20:27:02 +01:00
parent 872dc1025e
commit 1f25382e56
4 changed files with 30 additions and 35 deletions
@@ -1,7 +0,0 @@
---
'@backstage/ui': patch
---
Documented the requirement that `ColumnConfig.cell` and custom `RowRenderFn` renders must return a cell component (`Cell`, `CellText`, or `CellProfile`) as the top-level element.
Affected components: Table, Cell, CellText, CellProfile