flutter_responsive_table
flutter_responsive_table copied to clipboard
RangeError (index): Index out of range: index should be less than 10: 10
Hi, i am getting this error when hot restart the application. RangeError (index): Index out of range: index should be less than 10: 10
This is when I have more then 10 items in my data table. If I change row per page in my app to a value more then my items count, everything works fine.
Is the table loading data from a future? I had this as the table is expecting a complete list and is instead obtaining (some) null value(s).