data_table_2
data_table_2 copied to clipboard
Lazy build for rows
Add feature to lazily build rows while scrolling. Might help with stutters with huge rows. E.g. https://github.com/maxim-saplin/data_table_2/issues/230
Options to investigate:
- Build rows while scrolling and reaching them
- Build rows in the background after the initial set of rows is displayed, the rest might be built behind the scenese
@maxim-saplin
Any progress ?
@maxim-saplin
Any progress ?
Nope