0

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

James Z
  • 12,209
  • 10
  • 24
  • 44
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Sep 24 '22 at 23:18

1 Answers1

0

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.

MindStudio
  • 706
  • 1
  • 4
  • 13