Open kermit-the-frog opened 1 year ago
Hi @kermit-the-frog, can you try replaceData() method?
Hi @kermit-the-frog, can you try replaceData() method?
replaceData() works in the given jsfiddle. But that's an very reduced version of my code. Actually my code does not change the data of all rows. Though I cannot use replaceData and have to use updateData.
Describe the bug I've a table with a custom selectableCheck function. The result of this function depends on the rowData. It works perfectly on table initialization but not when I update the data. The selectable state of updated rows does not change.
Tabulator Info Tabulator version 5.4.4
Working Example https://jsfiddle.net/6uhLzk1y/1/
To Reproduce
Expected behavior The selectableCheck has to be executed for each updated row.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context