Personal tools

User:Hisa/SemanticSbox: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 9: Line 9:
     $('.ont_enrich_ffcp').dataTable({
     $('.ont_enrich_ffcp').dataTable({
"sScrollY": "300px",
"sScrollY": "300px",
"bFilter" : false,
"bPaginate": false,
"bPaginate": false,
"bScrollCollapse": true,
"bScrollCollapse": true,
"iDisplayLength": -1,
"iDisplayLength": -1,
"aoColumnDefs": [  
"aaSorting": [[0,'desc']],
{"asSorting": ["desc","asc"], "sType": "numeric", "aTargets": [0] }
"aoColumnDefs": [ {"sType": "numeric", "aTargets": [0] }]
]
});
});
} );
} );

Revision as of 18:09, 19 June 2012