I initially had a paginated DataTable that correctly displayed rows per page. However, after disabling pagination, I expected it to show all rows, but instead, it displays even fewer rows than before, which is quite surprising.
Shouldn’t disabling pagination allow all rows to be visible? If not, what’s the purpose of removing pagination in the first place?
I also tried setting the number of rows per page during initialization, but that didn’t work.
Additionally, I found these two related discussions, but the issue remains unresolved, with one even left unanswered:
Tables are an essential component of any web or desktop application, yet FlutterFlow’s DataTable seems to have serious limitations.
Could you clarify if this is a bug or an intended behavior? And is there any workaround for displaying all rows correctly?