Internal issue 2481 - Data Table - Release individual table components
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 63
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 15
Description
For more complex table requirements e.g. virtualisation of rows, sortable rows or even just displaying unstructured data in a table format, It would be useful to be able to use individual table components to build a more custom table whilst still replicating the data table styling i.e.
- Table
- TableRow
- TableCell
- TableBody
- TableHead
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing data table implementation and reviewing how its Table, TableRow, TableCell, TableBody, and TableHead pieces are structured. Done means these individual components can be used to build custom tables while retaining the existing data table styling; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100