Hi Flutterflow Community,
I’m trying to dynamically display a DataTable with data from an API as soon as the JSON response is received. The data structure is simple, and the API returns something like this:
{
"protein": 13,
"calories": 355,
"fats": 1.9,
"name": "pasta",
"carbohydrates": 70
}
However, I’m getting this error: "Data Table rows must be generated dynamically."