maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
202 stars 135 forks source link

Update data row in AsyncDataTableSource #252

Closed nishalsehan closed 7 months ago

nishalsehan commented 7 months ago

How to update a data row in AsyncPaginatedDataTable2

maxim-saplin commented 7 months ago

Change the row in the datasource and get the widget rebuilt with the new source, e.g. via refreshDatasource.html