Questions tagged [flutter-table]

33 questions
0
votes
1 answer

View Sorted Json Data in a Flutter Table

[ { "1": { "name": "Shahed Emon", "win_rate": "98.7%" } }, { "2": { "name": "Mustakim Nahid", "win_rate": "88.7%" } }, { "3": { "name": "Imtiaz Rizan", "win_rate": "72.3%" } }, …
-1
votes
1 answer

How to create a table in flutter without any lines in between the rows?

I need to display a table of data without any lines in between the rows. I have a table like this
-1
votes
1 answer

Flutter table is displaying data but not in correct format

i am working with some code but FLutter table is not displaying data in correct way, its somehow overlapping the data. Table( defaultColumnWidth: FlexColumnWidth(1.0), defaultVerticalAlignment: TableCellVerticalAlignment.middle, border:…
1 2
3