Turn of initial sorting?

Turn of initial sorting?

WebGirly3WebGirly3 Posts: 3Questions: 0Answers: 0
edited September 2011 in Plug-ins
I do not want to turn off sorting all-together.. I just want to turn it off initially because it is messing with the order of my table. What am I doing wrong?


$(document).ready(function() {
oTable = $('#dataTable').dataTable({
"bJQueryUI": true,
"bScrollCollapse": false,
"sScrollX": "915px",
"sScrollY": "425px",
"bAutoWidth": true,
"bPaginate": false,
"bSort": true,
"bSortClasses": true,
"sPaginationType": "two_button", //full_numbers,two_button
"bStateSave": true,
"bInfo": true,
"bFilter": false,
"iDisplayLength": 25,
"bLengthChange": true,
"aLengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]]
"aaSorting": []
});
} );


On my aaSorting line, I get a syntax error.

Also, why won't my columns align with the header in my table???
http://www.gulfwebservices.com/clients/ccr/furnished/colonial/index.html
This discussion has been closed.