Skip to content
CbL edited this page Feb 13, 2020 · 3 revisions

FAQ

Is this widget going to implement dynamic width column?

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.

Is this widget going to implement build-in sorting and filtering?

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.