Ordering in server (Editor)
Ordering in server (Editor)

For editor, is it possible to order in server side rather than client side?
This question has an accepted answers - jump to answer
This discussion has been closed.
For editor, is it possible to order in server side rather than client side?
This question has an accepted answers - jump to answer
Answers
Yep, the ordering is done by the DataTables aspect, the Editor extension is only concerned with the editing. This example here shows how they co-exist together,
Colin
Thank you for showing the documentation to me.