FixedColumn
FixedColumn
Hi!
please help me in my problem! I tried to use Fixed Column ang when i just open page i see
http://www.meritkapital.ru/images/1.JPG
if i begin to scroll i have more problems:
http://www.meritkapital.ru/images/2.JPG
How i can fix it?!
please help me in my problem! I tried to use Fixed Column ang when i just open page i see
http://www.meritkapital.ru/images/1.JPG
if i begin to scroll i have more problems:
http://www.meritkapital.ru/images/2.JPG
How i can fix it?!
This discussion has been closed.
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