problem with custom filters and invoking DataTables twice, error 'oSettings = null'

problem with custom filters and invoking DataTables twice, error 'oSettings = null'

KrypticKryptic Posts: 1Questions: 0Answers: 0
edited August 2012 in DataTables 1.9
Hi,

We create a datatables object via the .dataTable() function, and then push some filter functions to $.fn.dataTableExt.afnFiltering.

This works fine, but later on in our application when we run datatables again (on the same page), we get the error:
oSettings is null, line 4580.

The call stack reveals the .dataTable call as the source. Without the filter functions, we don't get this problem.

Any ideas what we could be doing wrong?

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    Not sure I'm afraid - can you link us to a test page showing the problem so we can offer some help please.

    Allan
This discussion has been closed.