I am new to Flutter. I have tried majority of data table structure but unable to create this functionality.
How to create similar table structure as shown in image with dynamic data?
I am new to Flutter. I have tried majority of data table structure but unable to create this functionality.
How to create similar table structure as shown in image with dynamic data?
You should take a look at this package: https://pub.dev/packages/data_table_2
It almost looks exactly like what you provided and I am sure you can customize it further.