Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

vertical horizontal scroll not working

$
0
0
I have a really big table with columns exceeding 40. Now I want to scroll horizontally but the scroll is not working. Browser scrollbar comes though.

$(document).ready(function() {
$('#example').dataTable({
"oTableTools" : {
"sScrollY": 200,
"sScrollX": "200%",
"sScrollXInner": "110%",
}
});

Viewing all articles
Browse latest Browse all 1816

Trending Articles