how to use inbuilt sort function in new datatables version?

how to use inbuilt sort function in new datatables version?

RukiriiRukirii Posts: 7Questions: 6Answers: 0

Hello,
If i were to add a rangle slider , how can i use the inbuilt sort function to make the slider sort the datatables?
Any help would be appreciated ^^

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586
    Answer ✓

    Hi @Rukirii ,

    You would just call search() with the value of the range slider, probably as a result of an event handler hat triggered on the change.

    Cheers,

    Colin

This discussion has been closed.