how can i disable sorting in jquery.dataTables.min.js
how can i disable sorting in jquery.dataTables.min.js
PaulFreeWebs
Posts: 63Questions: 4Answers: 1
I am having problems making my datatables not reorder into a differnet order then i made it in, so i was wondering if you can help me?. The code is pasted into pastebin because the code is to long to post here, the link to paste bin is http://pastebin.com/F7kx6Dyn
hope you can help me, thanks in advanced
hope you can help me, thanks in advanced
This discussion has been closed.
Replies
[code]
$('#example').dataTable( {
"bSort": false
} );
[/code]
Allan