The xc-table has performance issues. Showing 1000 entries needs long time to render the table and leads to lags when scrolling through the table.
The browser profiler shows, that there's much stuff done per table row.
Analyze
- can the tasks per table row (while rendering) be reduced?
- can the tasks per table row (while rendering) be accelerated?
- is it possible to ignore the rows outside the viewport?