kechankrisna / flutter_responsive_table

BSD 2-Clause "Simplified" License
60 stars 25 forks source link

Lazy loading #3

Closed ReniDelonzek closed 2 years ago

ReniDelonzek commented 4 years ago

I tested your library and it works great for small lists, but when I try to load a significant amount of data (I tested it with 10,000 rows, the application crashes), which could be solved with a lazy load

Taking advantage of the question, is there any way to explicitly define to use table instead of list?

maurobotta commented 4 years ago

+1

SachinTanpure commented 3 years ago

Yes we need lazy load feature

kechankrisna commented 2 years ago

null safety was merged