How to prevent reordering and sorting conflict ?

How to prevent reordering and sorting conflict ?

samirrezasamirreza Posts: 4Questions: 2Answers: 0
edited July 2019 in Free community support

when i sort column reordering not work even in the example at https://datatables.net/extensions/rowreorder/examples/initialisation/simple.html
you cant reorder when Name column sorted

Answers

  • samirrezasamirreza Posts: 4Questions: 2Answers: 0

    i know ordering happen and after that again sorting take place and for this reason nothing happen but when client sort column and then want to reorder rows he must refresh the page to remove sorting on that column. if there is mechanism to clear sorting on column users dont need to refresh the page.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    edited July 2019

    Hi @samirreza ,

    You can call order() to reset the ordering.

    Cheers,

    Colin

This discussion has been closed.