clear sorting

clear sorting

aleshaalesha Posts: 4Questions: 2Answers: 0

I use a serveride datatable whose sorting is set default on the php server,
when sorted by column it works well
I asked how to restore the default sorting according to the php server

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @alesha ,

    You can clear the order with order(), then the server-side script would need to return the data in the original order.

    Cheers,

    Colin

This discussion has been closed.