Thanks, it' helped me. But new problem appeared, the sortfing fucntion on the first column was eliminated! but in ur example it works good! How to fix it?
Not seeing anything there which would cause a problem. And I've just tried that code and it seems to be working fine for me. Does it work if you comment out FixedColumns? What is your local netwirl? Any way we can see this not working in "action"?
Replies
Allan
Allan
[code]
oTable = j('#portfolioTable').dataTable({
"sPaginationType": "full_numbers",
"iDisplayLength": 10,
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"sScrollX": "100%",
"sScrollY": "100%",
"bJQueryUI": true
});
new FixedColumns( oTable );
[/code]
i see narrows on the first column, but sorting doesn't work!
Allan