vertical horizontal scroll not working

vertical horizontal scroll not working

beebekbeebek Posts: 20Questions: 1Answers: 0
edited August 2013 in DataTables 1.9
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%",
}
});

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    Link to a test case please! http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
  • beebekbeebek Posts: 20Questions: 1Answers: 0
    I'll use jsfiddle from next time. Its actually Solved. Cheers...
This discussion has been closed.