KeyTable not scrolling the page along with the key navigation
KeyTable not scrolling the page along with the key navigation
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.
[code]
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
} );
[/code]
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.
[code]
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
} );
[/code]
Is this a bug?
This discussion has been closed.
Replies
Allan
I think KeyTable is due for a large upgrade some time soon... :-)
Allan
Allan