
How can I show the image of the item in the results of the current search?
The image should appear on the red square next to the item’s name.
Zeroic
2
If you want to do something custom like this, ideally you should have a RepeatingGroup in a GroupFocus that’s linked to an input.
Once you start typing in the input, the GroupFocus is visible and the data source of the RepeatingGroup is accordingly set to your data type with filters dependent on the input field’s text. In this case, you can show up the corresponding image too and set the position to your preference.
1 Like
Thank you! I’ll try later and come back with results. Aprecciate it.!
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.