ivanmdh

Results 5 comments of ivanmdh

Init data as null let data data={data}

Hi If you set [] in initial data, tabulator check details in the data that's pagination details, so you need set start data as null. Tabulator as monitoring all states...

Missing a boolean that identifies if you are working directly on the state or via ajax Temporarily fix it by editing ReactTabulator.js Comment these lines `/*if (!Utils_1.isSameArray(prevState.columns, this.state.columns)) { //...

Add: let data Change: data={[]} to data={data}