maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
202 stars 137 forks source link

Lazy build for rows #231

Open maxim-saplin opened 11 months ago

maxim-saplin commented 11 months ago

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:

  1. Build rows while scrolling and reaching them
  2. Build rows in the background after the initial set of rows is displayed, the rest might be built behind the scenese
mbfakourii commented 9 months ago

@maxim-saplin

Any progress ?

maxim-saplin commented 9 months ago

@maxim-saplin

Any progress ?

Nope