Hide Vertical Scrollbar
Hide Vertical Scrollbar
dengelbrecht
Posts: 1Questions: 0Answers: 0
Hi,
I am using the vertical scroll bar code and it works very well:
[code]
$('#dataTablesGrid').dataTable({
"sScrollY": "300px",
"bPaginate": false
});
[/code]
How can I hide the vertical scroll bar?
Thanks,
David
I am using the vertical scroll bar code and it works very well:
[code]
$('#dataTablesGrid').dataTable({
"sScrollY": "300px",
"bPaginate": false
});
[/code]
How can I hide the vertical scroll bar?
Thanks,
David
This discussion has been closed.