infinite scrolling - no vertical scrollbar
infinite scrolling - no vertical scrollbar
orange_roughy
Posts: 19Questions: 0Answers: 0
Hi,
I'm creating my datatable like this:
[code] entityTable = $("#entityTable").dataTable({
"bScrollCollapse": true,
"sScrollY": "400px",
"oLanguage": {
"sSearch": "Global Search:"
},
"bSortClasses": false,
"bScrollInfinite": true,
"aaSorting": [] // disable initial sorting for performance reasons
});[/code]
but no vertical scrollbar appears. If I disable vertical scrolling, the normal pagination works just fine. How can I begin to debug this?
thanks,
orange_roughy
I'm creating my datatable like this:
[code] entityTable = $("#entityTable").dataTable({
"bScrollCollapse": true,
"sScrollY": "400px",
"oLanguage": {
"sSearch": "Global Search:"
},
"bSortClasses": false,
"bScrollInfinite": true,
"aaSorting": [] // disable initial sorting for performance reasons
});[/code]
but no vertical scrollbar appears. If I disable vertical scrolling, the normal pagination works just fine. How can I begin to debug this?
thanks,
orange_roughy
This discussion has been closed.
Replies
Allan
thanks,
orange roughy
Allan
http://img716.imageshack.us/img716/4996/nonameu.gif
Allan
Diane Sims
http://www.blenderreviewer.com
Edited by Allan - deleted. Nice that the DataTables forums have reached the level where they attract spam... Sort of... :-(
Regards,
Allan