Column Headers don't move when scrolling horizontally

Column Headers don't move when scrolling horizontally

fjmdawgfjmdawg Posts: 2Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
I have a simple example of my problem. The column headers don't move when scrolling horizontally when the datatable is inside another html table. It works fine when it is not in the html table. My example was actually taken from their example on horizontal scrolling but I added the outer table. Any help would be appreciated. I have looked everywhere for the answer. Here is the code. Thanks


















Rendering engine
Browser
Platform(s)
Engine version
CSS grade




Rendering engine
Browser
Platform(s)
Engine version
CSS grade




Trident
Internet
Explorer 4.0
Win 95+
4
X


Other browsers
All others
-
-
U













$(document).ready(function() {
$('#example').dataTable( {
"sScrollX": "100%",
"sScrollXInner": "110%"
} );
} );
This discussion has been closed.