from the discussion here, setting the default sort column by class name was not possible prior to 1.10. Am I correct to assume that this has not changed with the release of 1.10 (DT live)? Has some other functionality coming with 1.10 made this easier in any way?
Answers
There isn't a built in way of doing it, but its fairly trivial to do with a call to
$().index()
:http://live.datatables.net/wefileq/1/edit
Allan
Fantastic Allan, thank you so much!