Updating reading order for server side on row delete
Updating reading order for server side on row delete
motgus
Posts: 1Questions: 1Answers: 0
I'm using Editor but haven't found a way to force a reorder after a remove event that updates the order stored in the database.
Is this possible to do through the API or do I need an AJAX solution?
This question has an accepted answers - jump to answer
Answers
I'm surprised the delete doesn't automatically redraw the table - or is it not being done with the Editor API?
That said, you could just issue a
draw()
to force a redraw. If the delete is done with Editor, you could trigger that in thepostRemove
,Colin