Unable to Sort after any first event in IE 8
Unable to Sort after any first event in IE 8
viraj
Posts: 2Questions: 0Answers: 0
Using nightly 1.9 fail to sort after any first event on data Table
This discussion has been closed.
Replies
Allan
After doing some changes, i found that this problem occur because of {"sScrollY": 200}
sScrollY Property on IE 8.
Please resolve this.
I face the same problem when I add sScrollY or sScrollX propoery
Please could you provide us some information ?
Allan
With the 1.9.1 nightly, as soon as I specified sScrollX on my dataTable, sorting no longer worked in IE7. FF was fine. I traced it down to the recent adjustments in _fnScrollDraw() -- section 1 (Re-create the table inside the scrolling div). Reverting back to the 1.9.0 version of that code block restored sorting for me.
At first glance.. is the jquery remove() function perhaps behaving differently in IE7 vs everything else?
Thanks,
Allan
[code]
"aaSorting": [ [ 13, 'desc' ], [ 8, 'asc' ], [ 5, 'asc' ],[ 10, 'asc' ] ],
[/code]
If I change to "13, asc', then sorting is on column 1, but reversed. Changing 13 to a numeric column also has no impact.
Debug iguzig.
The top table has sScrollX applied, the bottom one doesn't.
With IE7, for the top table, sorting works on the first attempt, subsequent attempts do not.
The tables have sScrollY applied.
Thanks,
Allan