I have it load at the document ready stage, and then again on an async postback, just without the aaSorting option.
I don't have a public page yet, but I will make one that shows the same problem.
I'm not quite sure what you mean by "I have it load at the document ready stage, and then again on an async postback, just without the aaSorting option" - the $.dataTable() initialiser should only be called once on the page (so this might be part of the issue).What is your async post back? It doesn't look, from that code, that it is controlled by DataTables.
Replies
Could you provide a few more details? Ideally a link showing the problem, or if not then the initialisation code that you are using.
Thanks,
Allan
[code]
$('#currA').dataTable({"bPaginate": true, "bLengthChange": true, "bFilter": false, "bSort": true, "bInfo": true, "bAutoWidth": false, "bProcessing": true, "sPaginationType": "full_numbers", "iDisplayLength": 25, "aaSorting": [[ 3, "desc" ]], "sDom": 'T<"clear">lfrtip' } );
[/code]
I have it load at the document ready stage, and then again on an async postback, just without the aaSorting option.
I don't have a public page yet, but I will make one that shows the same problem.
P.S. sorry for the long reply time.
I'm not quite sure what you mean by "I have it load at the document ready stage, and then again on an async postback, just without the aaSorting option" - the $.dataTable() initialiser should only be called once on the page (so this might be part of the issue).What is your async post back? It doesn't look, from that code, that it is controlled by DataTables.
Regards,
Allan