how to use inbuilt sort function in new datatables version?
how to use inbuilt sort function in new datatables version?
Rukirii
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
This discussion has been closed.
Answers
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