flutter Table similar to shown image

214 Views Asked by At

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?

enter image description here

1

There are 1 best solutions below

0
MindStudio On

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.