Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

JumpToDate plugin error

$
0
0

Hi all,

I'm trying to use jumpToDate plugin but it does not work and In Firebug I get this error:
"TypeError: oTable.page is undefined"

I've inserted in HTML Head

   <script src="//cdn.datatables.net/plug-ins/725b2a2115b/api/page.jumpToData().js"></script>

then I've inizialized the table and at the end I try to use jumpToPage

$(document).ready( function () {
       var oTable=$('#example').dataTable({ 
           ...
           ...
       });
      oTable.page.jumpToData( "277568.00", 1 );
});

Thanks for the support


Viewing all articles
Browse latest Browse all 35271

Trending Articles