-
-
Notifications
You must be signed in to change notification settings - Fork 69
Home
CbL edited this page Feb 13, 2020
·
3 revisions
Currently, this widget is not going to implement this function. Flutter DataTable widget has provided the dynamic column. The reason I am not able to implement this because this need to redraw and recalculate the whole column when the table data is updated which reduces the performance of this table rapidly. I think this is why Flutter introduce the paging DataTable.
I have no further planning on build-in sorting and filtering as I think leave the data processing out of the widget will be better since different table have their own sorting and filtering method.