I make an API call and get some results (performing a search operation). I then load the JSON with the results in a page state variable. I then use this to generate dynamic children on a datatable which is part of a Conditional Builder. The issue I am facing is that even though the results are obtained (I can print them and I see the number of results from the pagination), instead of showing the results, a series of loading indicators are shown by Flutterflow. Why is this happening? How can I fix it? Here I note that when no results are obtained (i.e. search yields no results), there are no loading indicators.
Datatable which is fed data through a page state variable (obtained from an API call) shows loading indicators instead of the results
Widgets & Design
Tried implementing it.
Yes
1
7 replies