fnMultiFilter is not a function

fnMultiFilter is not a function

rswyattrswyatt Posts: 3Questions: 0Answers: 0
edited April 2013 in General
I'm trying to use the dataTables fnMultiFilter plug in. I was previously using it with no problem.

However, I've "upgraded" the site I'm using it on a big and doing some ajax rendering if pages, which I believe might be the problem.

On page load I include datatables and some extras as well as a couple of js file includes handling my datatable calls and the plugin code:

[code]$.fn.dataTableExt.oApi.fnMultiFilter = function( oSettings, oData ) {
for ( var key in oData )
{
if ( oData.hasOwnProperty(key) )
{
for ( var i=0, iLen=oSettings.aoColumns.length ; i
This discussion has been closed.