On Create Default Column filter AJAX Call
On Create Default Column filter AJAX Call
Hello, I have this:
[code]
var oTable = $('.table').dataTable({
"sAjaxSource": "/AjaxList",
});
[/code]
With others plugins, etc... I need to set:
[code]
oTalbe.fnFilter("filtering data", 0);
[/code]
Before the ajax call, because I'm saving default column filters on my page. I couldn't find help on the forum, any idea how to do this?
[code]
var oTable = $('.table').dataTable({
"sAjaxSource": "/AjaxList",
});
[/code]
With others plugins, etc... I need to set:
[code]
oTalbe.fnFilter("filtering data", 0);
[/code]
Before the ajax call, because I'm saving default column filters on my page. I couldn't find help on the forum, any idea how to do this?
This discussion has been closed.
Replies
Allan