Route
Open this table page at /app/tables/simple-table.
/tables/simple-tableSource files
The catalog entry is defined in lib/table-catalog.ts.
The route is app/app/tables/[slug]/page.tsx.
The renderer is components/table-showcase.tsx.
Review checklist
Check table behavior after styling changes.
- Header, row, hover, selected, expanded, and grouped states are readable.
- Horizontal overflow is contained inside the table wrapper.
- Dark mode table surfaces do not fall back to light backgrounds.