Scroll issue
Scroll issue
techguy1988
Posts: 27Questions: 0Answers: 0
Hi,
I am having a scroll issue with DataTables, when using the following code it squashes all of the columns up together and leaves two massive gaps between the search bar and the footer!? The strange thing is, when I search, it starts to look semi-normal again (still having the space footer).
http://i55.tinypic.com/dzgtjk.png
I would like to point out that every other option seems to work OK!
[code]
$('#data_table').dataTable({
"sScrollY": "200px"
});
[/code]
I am having a scroll issue with DataTables, when using the following code it squashes all of the columns up together and leaves two massive gaps between the search bar and the footer!? The strange thing is, when I search, it starts to look semi-normal again (still having the space footer).
http://i55.tinypic.com/dzgtjk.png
I would like to point out that every other option seems to work OK!
[code]
$('#data_table').dataTable({
"sScrollY": "200px"
});
[/code]
This discussion has been closed.
Replies
Allan
When I dont use sScrollY then it's absolutely fine!
Even when I use the fnAjustColumnSizing it doesnt re-size correctly. Not really sure what's going wrong here!
Do I need to put a div around it or something?
Allan