FnFilter for particular columns based on some class and omit other columns
FnFilter for particular columns based on some class and omit other columns
Gowthamraj
Posts: 6Questions: 5Answers: 1
Hi -- I need to do fnfilter for particular column and need to omit search on other columns. Currently I have the below code and its filter all columns. Thanks.
$('table').dataTable().fnFilter('value')
This discussion has been closed.