Point the contract doc at a heading that exists, and let the table say which axes it scrolls

This commit is contained in:
2026-09-09 15:16:36 +02:00
parent 2f29853121
commit 60aa8a888e
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
name it when two tables share a page
scrollRegion? take the leftover height and scroll, so the header stays
put — needs the shell's `fill: true` and a flex chain
above (README → the app shell)
above (README → The menu system)
columns: { label, sortable?, sort?: "asc"|"desc", href?, className? }[]
rows: { name?, cells: Cell[], actions?: Action[] }[]
Cell ∈ string | { text, className? } | { user:{name,initials} } | { rowHeader:{text,href?} } | { badge:{tone,label} } | { html, className? }