Hello all!
I tried to find similar problem in the forum, but I couldn’t or at least can’t see how given approach could be applied in my case.
What I want to do:
Each cell is a dynamic panel with just two states. I need to search through the repeater, and if there is a cell with content matching the search word to change only this cell state.
Is that possible?
Hi Nazaz,
It sounds like you’d like to create an interaction that searches a repeater widget for a term and then makes a change to the repeater item matching that term–is this right? This tutorial about using repeater filters to search for user-entered text may help with getting you started:
https://www.axure.com/support/training/advanced-repeater-filtering-tutorial
By using a filter to organize a repeater’s items based on a search term, you’ll then be able to “mark” those filtered out rows and then perform actions that only target those marked rows. If you’re not yet familiar with marking repeater rows, this tutorial may be helpful as well:
https://www.axure.com/support/training/marking-repeater-rows-tutorial
I hope this helps with what you’re trying to do, and please let me know if you have any questions!
Hello Simon,
Thanks a lot for getting back to me.
I did not find a way to use marking and filters, because my ticks are custom built (don’t work as the tick form the library) and also I didn’t want to filter (hide) elements from my repeater.
Nevertheless I solved my problem. It is quite simple actually. My solutions is:
- if any of the cells match the search criteria…
- change state
Quite simple, no idea why it took me so long
Thanks anyway!