JumpToDate plugin error

JumpToDate plugin error

mbencimbenci Posts: 11Questions: 6Answers: 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

Answers

  • ozherelyevozherelyev Posts: 1Questions: 0Answers: 0

    Was trying to use this and got the same error. Then tried to use oTable.page.info() and got the same error. Something wrong with this function. It says since 1.10 we have 1.10.2.

This discussion has been closed.