Essential Studio for Flutter Release Notes
v19.3.0.44
October 05, 2021
DataGrid
Features
- #FB18785 - Provided the support to export the DataGrid content with sorted order.
Bugs
- #I344252 - The focus is now retained in the
TextField
, which is outside the DataGrid, when calling thenotifyListeners
from TextField’sonPressed
callback to update the data in DataGrid.