I'm wondering how can I make the order of the columns sortable in a YUI 3 Datatable.
Following an example where rows are sortable I found that I have to create an instance of Y.DD
to each row. Trying to do the same with columns, but the function getTbodyEl()
does not exist.
Has anyone accomplished this? Help is appreciated