Problem with the option sScrollY
Problem with the option sScrollY
BFG86
Posts: 10Questions: 0Answers: 0
Hi all. =)
If I initialize the table with the option sScrollY:
[code]
$("#tparameter" + response.d[i][5]).dataTable({
"bDeferRender": true
,"bPaginate": false
,"bFilter": false
,"bJQueryUI": true
, "sScrollY": "200px"
,"bScrollCollapse": true
});
[/code]
Then the head table is shifting.
http://i.imgur.com/gWYFj3D.png?1
Please tell me how to solve this problem?
Thanks.
If I initialize the table with the option sScrollY:
[code]
$("#tparameter" + response.d[i][5]).dataTable({
"bDeferRender": true
,"bPaginate": false
,"bFilter": false
,"bJQueryUI": true
, "sScrollY": "200px"
,"bScrollCollapse": true
});
[/code]
Then the head table is shifting.
http://i.imgur.com/gWYFj3D.png?1
Please tell me how to solve this problem?
Thanks.
This discussion has been closed.
Replies
Allan