Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
iggrid Reset Sorting to initial state
posted

I am looking for any available feature to reset the sorting of iggrid to its initial sorting state .

Thanks

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello Tejpal,

    Thank you for posting in our community.

    I believe the clearSorting() metod of igGrid is what you are looking for. This method removes current sorting for all sorted columns and updates the UI as well. It could be used as following:

    [code]

    $(".selector").igGridSorting("clearSorting");

    [/code]

    Please let me know if you need any further assistance with this matter.

Children
No Data