How to change background color of column in Flutter DataTable (SfDataGrid)? The Syncfusion Flutter DataTable widget retrieves the widget from user end itself for each cell. So, users simply wrap the Text widget inside the Container and set the color for that container .15 Nis 2021
Read moreHow do I change the background color of a row in flutter?
You can use the DataGridRowAdapter. color property to change the color of the row. To maintain the row background color while perform sorting, you can get the index from effectiveRows property, which holds the sorted collection.
Read moreHow do I change the background color of a row in flutter?
You can use the DataGridRowAdapter. color property to change the color of the row. To maintain the row background color while perform sorting, you can get the index from effectiveRows property, which holds the sorted collection.
Read more