Page 1 of 1

List item filter

Posted: Wed Feb 04, 2015 3:43 pm
by M&M

hi,

Say I have a list component and the list items have a few different labels and each of these labels carry some text.

And I have this input box where user types some text. As the user types I want to be able to filter the list component and only show only the items which have the text typed by the user.

In short I want it to be able to work like the data filter except that it should be able to extend the search to even the labels that are inside the list item. I guess this should be possible.

I can even add a hidden label component that concatenates all the items and I can perhaps search that label.

Please note that I do want to execute any DB queries as in the beginning I am getting all the records. I only need to filter the list. And also I do not want to use the data filter because I guess that only filters by the text in the list item caption / text


List item filter

Posted: Wed Feb 04, 2015 7:07 pm
by Alena Prykhodko

Hello,

List component has Data Filter option, probably, this can fulfill your demands http://devcenter.appery.io/documentat... ?