Hi Allan,
Please check out www.rami.name
I am using KeyTable plugin and I am having a problem where the page is not scrolling correspondingly with the key navigation.
To reproduce the bug just go to www.rami.name and keep navigate down by clicking on the arrow key down until the blue focus disappears below the fold of the visible page. The page is not following the focus.
I have followed the basic usage.
Is this a bug?
Please check out www.rami.name
I am using KeyTable plugin and I am having a problem where the page is not scrolling correspondingly with the key navigation.
To reproduce the bug just go to www.rami.name and keep navigate down by clicking on the arrow key down until the blue focus disappears below the fold of the visible page. The page is not following the focus.
I have followed the basic usage.
var tableId = "dataTable"; var oTable = $('#' + tableId).dataTable( { "aaData": data, "aoColumns": structure, bJQueryUI: true, sPaginationType: "full_numbers", "iDisplayLength": 50, "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]], "bLengthChange": true, "bPaginate": true, "aaSorting": [[11, "desc"]], "oLanguage": { "sZeroRecords": "No records to display" } }); var keys = new KeyTable( { "table": document.getElementById(tableId), "datatable": oTable } );
Is this a bug?