Issue with Vertical ScrollBar

Issue with Vertical ScrollBar

donaldgoffdonaldgoff Posts: 2Questions: 0Answers: 0
edited June 2011 in Bug reports
I have added a DataTable to my mobile application, however I can't seem to get the Vertical ScrollBar working in Opera Mobile 10 Touch (Windows Mobile). Scroll bar appears and works as expected with the PC based version of Opera.

Code Below:

// Format the Table
$(document).ready(function() {
$('#ItemList').dataTable(
{
"sScrollY": "45px",
"bPaginate": false,
"bFilter": false,
"bInfo": false,
"aoColumnDefs": [
{ "bVisible": true, "sTitle": "LOC", "aTargets": [ 0 ] },
{ "bVisible": true, "sTitle": "QTY", "aTargets": [ 1 ] },
{ "bVisible": true, "sTitle": "UOM", "aTargets": [ 2 ] }
]

});

Replies

  • donaldgoffdonaldgoff Posts: 2Questions: 0Answers: 0
    By the way, I am using jQueryMobile framework.
This discussion has been closed.