Hide Vertical Scrollbar
Hide Vertical Scrollbar

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.