aaSorting Class

aaSorting Class

eliasnoyaeliasnoya Posts: 2Questions: 0Answers: 0
edited June 2013 in General
Hello again,

Allan thanks for the tool, i solve my previous problem (Jquery version error :S)

I have a new question, it is possible to do an "aaSorting" pointing a html class??
http://live.datatables.net/otihoc/edit#javascript,html,live
in this example i need to sort "acumulado" / column4 by default (Total) Note: The number of columns is different depending on the user desicion, i cant point [4]

Sorry my english.

Replies

  • allanallan Posts: 63,252Questions: 1Answers: 10,420 Site admin
    Currently no. You would need to do something like `$('th.acumulado').index()` to get the column index of that column.

    Allan
This discussion has been closed.