How to make this simple table with dynamic data as shown below in Flutterflow? (Border on all cells, rows expanding to take up the space needed).
I do not want to use DataTable as it has its various restrictions of not being able to create a click action on a row, not be able to combine columns in between, no conditional customisations etc.
When I am building it using row/column structure, I am getting layout crashes when I try to make row expand vertically, or when I try to remove shrink wrap on list view etc.