Is it possible to filter 'Enter key up' event instead of keyup event using columnfilter add-on?
Is it possible to filter 'Enter key up' event instead of keyup event using columnfilter add-on?
vsia
Posts: 1Questions: 1Answers: 0
I don't want all columns are searchable, I want 3 columns searchable out of 8 columns. Please let me know is this possible.
This discussion has been closed.
Answers
I can't really speak about the third party column filter addon, but to make a column not searchable in DataTables you can use
columns.searchable
.Allan