You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the table is rebuilt the didUpdateWidget of PagedDataTable is called.
Call to tableController._reset(columns: widget.columns); causing the issue which resets to fetch from 0 index. On passing the current page index can fix this.