Organism. Admin bordered tables — DataTable already wraps ResponsiveTableScroll.
Venues page is the seed migration.
import { DataTable, DataTableHead, DataTableRow, … } from '@wishpedigo/ui';| Name | Count |
|---|---|
| Quonk Hall | 12 |
| Studio B | 4 |
Used inside DataTable. Apply RESPONSIVE_TABLE_MIN_CLASS on <table> when needed.
import { ResponsiveTableScroll, RESPONSIVE_TABLE_MIN_CLASS } from '@wishpedigo/ui';<table className={RESPONSIVE_TABLE_MIN_CLASS}>…</table>Current token: max-md:min-w-[40rem]