Filtering table, Two issues:filter table on page load ,TypeError: oTable.fnFilter is not a function

Filtering table, Two issues:filter table on page load ,TypeError: oTable.fnFilter is not a function

magjmagj Posts: 1Questions: 1Answers: 0
edited June 2014 in Free community support

Hi

I'm a little bit new to datatable , but I've already setup a datatable displaying in my page.
issue 1:
In this example
http://datatables.net/examples/api/multi_filter_select.html
is a significant bug:
If you select a filter on an specific column , the filter won't work ,until the page is reloaded, select a filter , deselect it , no results displayed,

issue2:
I want to filter the result of the table on page load, I use:
oTable.fnFilter( 'my value' );
I get this error:
TypeError: oTable.fnFilter is not a function

any help would be greatly appreciated.

This discussion has been closed.