To maximize performance of the app while rendering thousands of table rows, we need to implement a virtualized table.
The table should use the the MultiGrid virtualized component and allow for the continued use of "infinite" scroll. The current styling of the table should remain as much as absolutely possible, with the primary key columns being the "sticky" ones in the grid.
To maximize performance of the app while rendering thousands of table rows, we need to implement a virtualized table.
The table should use the the
MultiGridvirtualized component and allow for the continued use of "infinite" scroll. The current styling of the table should remain as much as absolutely possible, with the primary key columns being the "sticky" ones in the grid.