Hi there,
I am using the manualRowMove plugin and come up with a question. Is there a way to sync sourceData with the current row order after they have been moved with the plugin? Right now it only has an effect on the visual side, internal order of the entities (source data) of the table remain the same after manually moving them.
I’ve managed to adress it using the afterRowMove hook, where i have some logic to determine new order of the entites and sort them based on the args from the afterRowMove hook and then updating the data. It works so far but causing the whole table (or part of it, i dont know) to rerender and sometimes rather costy on large data sets.
Am i missing something and there is a more performant way?