Refactor table widget code base for clarity #39308
Labels
Query & Widgets Pod
All issues related to Query, JS, Eval, and Widgets
Table Widget V2
Issues related to Table Widget V2
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Basic idea is to move the context up from table body to table component and then make all the child components such as header, static table, virtual table and the respective body components use this new context. Thereby completely eliminating the need of table body component.
Central context in
Table.tsx
Migrate Table header to use this new context.
Migrate static table
Migrate virtual table
Migrate Table column header
Migrate Header cell
Migrate Empty rows
Remove
TableBody/index.tsx
Add unit tests for new components.
The text was updated successfully, but these errors were encountered: