Filtering delay dont works in .js

Filtering delay dont works in .js

jankejanke Posts: 19Questions: 0Answers: 0
edited March 2010 in General
when i put the on my .js the filtering plugin jQuery.fn.dataTableExt.oApi.fnSetFilteringDelay
i have jQuery.fn.dataTableExt is not defined but it works when i put this on the page beetween javascript balises.
I should prefer to have all my js code in a separate .js script.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    As long as you code sequence goes:

    jQuery
    DataTables
    DataTables plug-ins
    Use of DataTables

    Then you can load the plug-ins using whatever file(s) you want.

    Allan
This discussion has been closed.