[SOLVED] Datatable header problem when Scroll X is enabled
[SOLVED] Datatable header problem when Scroll X is enabled
Hello,
I have a problem when I active the Scroll like this :
[code]
afficheTab = $("#myTable").dataTable({
"sScrollX": "100%",
"sScrollXInner": "110%"
});
[/code]
Look the headers on this screen shot :
http://imageshack.us/f/718/capturedcran20111107160.png/
I don't understand what I do wrong...
Sorry for my bad english.
Thanks all. :)
I have a problem when I active the Scroll like this :
[code]
afficheTab = $("#myTable").dataTable({
"sScrollX": "100%",
"sScrollXInner": "110%"
});
[/code]
Look the headers on this screen shot :
http://imageshack.us/f/718/capturedcran20111107160.png/
I don't understand what I do wrong...
Sorry for my bad english.
Thanks all. :)
This discussion has been closed.
Replies