Flutter table
how to make table with freezed columns with headers and footer in flutter
like this table example
I want the height of table to be dynamic depends on the table rows and i want to put another table under this table
Flutter table
how to make table with freezed columns with headers and footer in flutter
like this table example
I want the height of table to be dynamic depends on the table rows and i want to put another table under this table
Copyright © 2021 Jogjafile Inc.
You can copy paste run full code below
You can use package https://pub.dev/packages/horizontal_data_table
code snippet
working demo
full code