Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

Sorting on the decimal values are not working

$
0
0
I have created the table with the data table 1.9 but my
  sType": "formatted-num"  
is not working for me

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


The column Header
BRR
is not sorting.

i am using


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

} )


Viewing all articles
Browse latest Browse all 1816

Trending Articles