Embed a datatable in another table, sScrollX not work

Embed a datatable in another table, sScrollX not work

kalronfykalronfy Posts: 5Questions: 0Answers: 0
edited August 2011 in General
Hello,
I have a datatable with x-scroll feature, it works when the table is placed into directly. But when it is embed into another table, when draging x-scoll bar, the header column is not aligned with the data column. Why?
[code]
$('#example').dataTable( {
"sScrollX": "100%",
"sScrollXInner": "110%",
"bScrollCollapse": true
} );
[/code]

[code]




Rendering engine
Browser
Platform(s)
Engine version
CSS grade




Trident
Internet
Explorer 4.0
Win 95+
4
X

...



[/code]

Replies

  • kalronfykalronfy Posts: 5Questions: 0Answers: 0
    Allan, can you give me some clue to solve this problem?
    Thanks in advance!
This discussion has been closed.