Sorting on the decimal values are not working

Sorting on the decimal values are not working

nandrainandrai Posts: 26Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
I have created the table with the data table 1.9 but my [code] sType": "formatted-num" [/code] is not working for me

i have created jsfiddle http://jsfiddle.net/hALDK/19/


The column Header [quote] BRR [/quote] is not sorting.

i am using

[code]

$(document).ready( function() {
$('#myTable').dataTable( {
"sPaginationType": "full_numbers",
"aoColumns": [null,null,null,null,null,null,null,null,{ "sType": "formatted-num" },null]
} );

} )

[/code]

Replies

  • nandrainandrai Posts: 26Questions: 0Answers: 0
    Please help me Allan.
  • nandrainandrai Posts: 26Questions: 0Answers: 0
    need help please.
  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    DataTables support is available if you require an answer and I haven't been able to answer your question: http://datatables.net/support .

    Regarding your question - it looks like it is is not working because you haven't included the formatted numbers sorting plug-in: http://datatables.net/plug-ins/sorting#formatted_numbers

    Allan
This discussion has been closed.