Dynamically change bSearchable. v.1.10.2

Dynamically change bSearchable. v.1.10.2

akonev@horizont-it.comakonev@horizont-it.com Posts: 3Questions: 1Answers: 0
edited December 2014 in Free community support

Good day!
I have standard datatable (from HTML), and I need dynamically change columns bSearchable property.
So I've wrote

$(oSettings.aoColumns).each(function (i, column) {
column.bSearchable = false;
column.bSortable = false;
});

Sortable is disabled after that, but searchable not. :(
How can I impove it?
I can't use newer version - it has some problems with my jQuery version (1.11.0)

Thanks in advance
Artem

Answers

This discussion has been closed.