Loïc
Results
2
issues of
Loïc
React Tabulator refreshes all the data using this.table.setData(this.state.data). When having a lot of data, this is too slow and it refreshes too many things. Would it be possible to have...
todo
ReactTabulator never calls "table.validate()" when data are loaded or changed. We have to do it manually, using the ref : this.state.tableRef.table.validate() Could add the validate when loading or changing the...
todo