Hello, I am implementing a custom pagination in a Flutterflow because the built in pagination in FF is causing me issues (unless I am doing something wrong).
Here is the issue I am having: the custom paginator has a field which contains the total number of rows in the datatable. For the custom paginator I have created a component. Even though I am calling the function that performs the count in the beginning of the page when it loads, it still takes some time to make the calculation, which means the datatable first gets loaded and then the count appears in the UI. Is there a way to fix this and make everything appear at the same time?