DnD ServerSide

Are there anything samples for saving data(drag rows in datatable) on the serverside in documentation?

Drag-n-drop can be handled in two ways

Thanks,
I added trackmove property to the DataProcessor, data for moving rows is sending. but state of rows doesn’t saving. maybe i will write own code for this operation?

trackMove helps catching the moment data was reordered in the component and sends the necessary info to server. So serverside (or client-side) code should be tuned in order that state is really changed. Maybe, the onBeforeDataSend event will be useful for you.