Created a table from app state List < Double >

Widgets & Design

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.

https://community.flutterflow.io/widgets-and-design/post/create-data-table-from-data-in-app-state-03CGG69OM6cKrqF

When I added the data table widget inside my container I automatically get the error:

"Data Table rows must be generated dynamically."

What have you tried so far?

I have tried to set the Number of Rows in the Paginated Data Table Properties to my app state list and it popped up a warning display and I pressed ok. But nothing changed.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
4 replies