hey allan,
is there a way to un do any ordering? i have a DT using server side processing that orders by default on a descending Total Cost column. when the user searches, however, i want their results to be ordered by relevancy—something that I have set up in the backend to happen automatically—not the cost lest their most relevant result be somewhere at the bottom of the list due to the total cost. so, upon search()
(or beforehand?) i'd like to simply 'mute' the order. i don't want to disable it entirely since a user may want to subsequently choose a column to order by, but just back out the column that is currently set to order by.
thanks for any info-