Flutter Data Table Not Clearing Previously Typed In Cells When Switching Filter
I am currently developing an app with Flutter. I am having an issue with the data table. The way my table works is that the user can filter between different table types with a drop down button. So for example say the user is on filter one and types in data into the first tile on filter 1. Whenever the user switches to the filter 2 table, the first tile in filter 2 will still have the value that the user just inserted into filter 1. If I don’t insert anything into the table each filter pulls up the previously saved inputs perfectly fine.
Flutter Data Table Not Clearing Previously Typed In Cells When Switching Filter
I am currently developing an app with Flutter. I am having an issue with the data table. The way my table works is that the user can filter between different table types with a drop down button. So for example say the user is on filter one and types in data into the first tile on filter 1. Whenever the user switches to the filter 2 table, the first tile in filter 2 will still have the value that the user just inserted into filter 1. If I don’t insert anything into the table each filter pulls up the previously saved inputs perfectly fine.
How to make DataTable2 horizontally scrollable?
I’m trying to implement DataTable2 migrating from DataTable in flutter. In DataTable, it was automatically horizontally scrolling based on header/cell content, but in DataTable2 the header values get trimmed and cell values gets wrapped (overflowed).