Uncaught TypeError: Cannot read property 'oApi' of undefined

Uncaught TypeError: Cannot read property 'oApi' of undefined

gagakgagak Posts: 1Questions: 0Answers: 0
edited May 2012 in DataTables 1.9
i try to use fnSetFilteringDelay from the API page.
However it doesn't work.
The error just tells me Uncaught TypeError: Cannot read property 'oApi' of undefined.

Replies

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    My guess is that you are loading the API method before DataTables - might that be correct? The load order should be:

    1. jQuery
    2. DataTables
    3. Plug-ins.

    Allan
This discussion has been closed.