Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Questions related to customising nuBuilder Forte with JavaScript or PHP.
Janusz
nuBuilder Team
Posts: 506 Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times
Unread post
by Janusz » Wed Jul 24, 2019 2:52 pm
Hi,
With the function like:
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?
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2814 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times
Unread post
by admin » Wed Jul 24, 2019 11:46 pm
Janusz,
There is no function but you can do this...
Code: Select all
nuFORM.getCurrent().nosearch_columns = [];
Steven
Janusz
nuBuilder Team
Posts: 506 Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times
Unread post
by Janusz » Thu Jul 25, 2019 1:06 am
Steven,
Thanks a lot - it's working well
.
If you like nuBuilder, please leave a review on SourceForge
kev1n
nuBuilder Team
Posts: 4297 Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:
Unread post
by kev1n » Fri Feb 17, 2023 4:58 pm
There's now a new function:
This will also visually "reset" the greyed out columns.