disable of no sorting
disable of no sorting
 cool_bombom            
            
                Posts: 17Questions: 4Answers: 0
cool_bombom            
            
                Posts: 17Questions: 4Answers: 0            
            Hi
Is it possible to disable no sorting.
example:
https://codepen.io/coolbombom/pen/GRLjeao?editors=1111
if you press header "name" 2-3 times it goes to a state of no sorting, i would like to disable this.
kind regards
c_bb
This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
Yes, you need to set
columns.orderSequenceto not have the empty string option.https://codepen.io/DataTables/pen/poBNMaV?editors=1111
Allan
Hi Allan
thank u :-)
kind regards
c_bb