Hello, I think I am confused regarding something in Datatable Pagination in Flutterflow:
I am creating an API which I want to support pagination. It has page and pageSize as inputs. I have an API call on page load with page 1 and pageSize e.g. 10. I then have actions On Page Change in the datatable. But the on page change action seems to not be triggered for some reason. Is this due to the fact that I set the on page load API call pageSize to 10 thus there are no more entries to fetch i.e. the page change does not get triggered? What should I change in my implemention?