Page 1 of 1

nuSetNoSearchColumns

Posted: Wed Jul 24, 2019 2:52 pm
by Janusz
Hi,
With the function like:

Code: Select all

nuSetNoSearchColumns([4,8]);
I can exclude some columns from the search - but I can not find a JS function which will make againg all colums searchable.
Do you have any idea how do do it?

Re: nuSetNoSearchColumns

Posted: Wed Jul 24, 2019 11:46 pm
by admin
Janusz,

There is no function but you can do this...

Code: Select all

nuFORM.getCurrent().nosearch_columns = [];

Steven

Re: nuSetNoSearchColumns

Posted: Thu Jul 25, 2019 1:06 am
by Janusz
Steven,
Thanks a lot - it's working well :-).

Re: nuSetNoSearchColumns

Posted: Fri Feb 17, 2023 4:58 pm
by kev1n
There's now a new function:

Code: Select all

nuSearchColumnsReset();
This will also visually "reset" the greyed out columns.