Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82131

KeyTable not scrolling the page along with the key navigation

$
0
0
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.

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?

Viewing all articles
Browse latest Browse all 82131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>