Updating reading order for server side on row delete

Updating reading order for server side on row delete

motgusmotgus Posts: 1Questions: 1Answers: 0
edited January 2023 in Free community support

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

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    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 the postRemove,

    Colin

Sign In or Register to comment.