Column Data Sorting
Column Data Sorting

I just setup some tables using most recent version of DT available on this site. After spending the last 24 hours scouring this forum and Stackoverflow, I have come to road block.
How in the world do I set sorting to nothing? I can get it to ascend, to descend, but not reset. I want my users to be able to click on name and sort up and down or reset that column back to how it was before.
Seems I cannot find an answer to that, or an API, or even comment unless I am searching for the wrong thing?
Thanks all!
This question has an accepted answers - jump to answer
Answers
Are you wanting to disable ordering? Is so, set
ordering
tofalse
.Colin