fnFilter on Multiple Columns
fnFilter on Multiple Columns
Hello, I searched the forums and was not able to find anything pertaining to this problem.
I am trying to use fn.filter to search on multiple columns.
I currently have it working using
oTable.fnFilter( '02-17-2010','3' );
But how would i do it if i wanted to be able to search on columns '2' and column '3'
I tried
oTable.fnFilter( '02-17-2010','2' );
oTable.fnFilter( '02-17-2010','3' );
that didnt work. ANy ideas?
I am trying to use fn.filter to search on multiple columns.
I currently have it working using
oTable.fnFilter( '02-17-2010','3' );
But how would i do it if i wanted to be able to search on columns '2' and column '3'
I tried
oTable.fnFilter( '02-17-2010','2' );
oTable.fnFilter( '02-17-2010','3' );
that didnt work. ANy ideas?
This discussion has been closed.