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