Hello. I have seen tutorials and other comments direct the builder to using firebase for making a data table. Unfortunately, in my application I cannot use anything cloud based. So I have made an app state list that stores incoming values into it. I would like to populate my data table with it.
I found only one other question like mine, but they again referred to using firebase.
When I added the data table widget inside my container I automatically get the error:
"Data Table rows must be generated dynamically."