Page 1 of 1

Search bar for collapsible set

Posted: Tue Apr 14, 2015 8:45 pm
by Kaila Covián

im building a dictionary, i have a panel with a collapsible set in it with words divided into sets (categories), each set has a list of words inside, each leading to its meaning. In the panel i placed a search bar on top, how do i make the search bar work so that when you type a word it shows it in the collapsible set and category where it belongs?. Something like the data filter option avaliable in the lists, but that works with my collpasible set


Search bar for collapsible set

Posted: Wed Apr 15, 2015 8:00 am
by Serhii Kulibaba

Hello,

You can use search component https://devcenter.appery.io/documenta...
and Collapsible block: https://devcenter.appery.io/documenta...

And filter data in REST service or 3rd-part plugin e.g. https://getsatisfaction.com/apperyio/...
or jQuery autocomplete: https://jqueryui.com/autocomplete/