getting id value rather than value
getting id value rather than value
Hello, I have a question. Can I get an id value from tag rather than the value that is between 2012-12-01 in sorting function?
[code]
jQuery.extend( jQuery.fn.dataTableExt.oSort, {
"date-pl-asc": function ( a, b ) {
get_id_value(a); ?
}
[/code]
[code]
jQuery.extend( jQuery.fn.dataTableExt.oSort, {
"date-pl-asc": function ( a, b ) {
get_id_value(a); ?
}
[/code]
This discussion has been closed.
Replies
At the moment you need to had the data you want to sort on inside the cell in one way or another.
Allan
Thank you once again.
Darek