Commit 65df2a4
committed
feat(universal-data-grid): implement UniversalDataGrid component (#611)
Adds a generic, typed enterprise-grade data grid built on
@tanstack/react-table and @tanstack/react-virtual: virtualized rows,
per-column sorting and text filtering, left/right column pinning,
CSV export, and full WAI-ARIA grid keyboard navigation. Wired into
the demo page with a 5,000-row synthetic attendee dataset.1 parent 8d3b156 commit 65df2a4
8 files changed
Lines changed: 580 additions & 7 deletions
File tree
- app/frontend
- app/demo
- components/UniversalDataGrid
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
120 | 136 | | |
121 | 137 | | |
122 | 138 | | |
| |||
0 commit comments