I would like to do local editing in editor, but every time I edit something there is an ajax call after the draw; my table is set to serverside:true.
Common sense would tell me that serverside datatables need to render serverdata after changes but then again maybe local edits would apply to the current page.
I need operators to edit rows in a 9 thousand record table. They are doing inline edits on each row. It takes too long to wait for the ajax call per inline edit so I would like to send changes to the server with a button to the right of the column or if possible, draw the change in the local table immediately regardless of ajax response.