data_tables
data_tables copied to clipboard
Last row keeps refreshing
I don't want to add extra dummy lines at the end of the data table, but in this case, the last row keeps refreshing. How can I resolve this? Thank in advance.
Add a screenshot to display the issue.
That is if you are using the estimate row count. You can set that to false. I am open to PRs too.
@rodydavis Are you referring to the rowCountApproximate property? I already set it as false, but the result is the same.
Weird, I’ll have to see what’s causing it though. How many total items do you have? And how many per page?
I have 12 items in total and 10 per page.
Hi @rodydavis, any update?
Try with the flutter what and see if it is still an issue. If it is then it is the underling material widget. https://youtu.be/ktTajqbhIcY
I am open to PR's but i cannot reproduce this issue.
Hi @rodydavis, the problem can be reproduced by using the default.dart example in data_tables
library. Clicking the next button until the last page will reproduce the problem.
Retrying the example with rowCountApproximate
set to false
didn't reproduce the problem. Everything seems okay.