fnFilter lists up two cateories
fnFilter lists up two cateories
Hello,
I need some help with function fnFilter. When I select a category from a the dropdown list, the table lists two or more categories.
Example:
All categories
Design
Website
Support
When I selected Design(value 8). All item from category Design show up, that is right. But all item from Website(value) is showing too. That is wrong.
Here is mine fnFilter function:
$('div.dataTables_select #mycategory').change(function () {
oTable.fnFilter($(this).val(), 0);
});
Can anyone help me? Sorry for my english.
I need some help with function fnFilter. When I select a category from a the dropdown list, the table lists two or more categories.
Example:
All categories
Design
Website
Support
When I selected Design(value 8). All item from category Design show up, that is right. But all item from Website(value) is showing too. That is wrong.
Here is mine fnFilter function:
$('div.dataTables_select #mycategory').change(function () {
oTable.fnFilter($(this).val(), 0);
});
Can anyone help me? Sorry for my english.
This discussion has been closed.