RefinementList trigger transform-items (vue instantsearch) #6101
Unanswered
oliverbeck-dev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This will only be called when InstantSearch renders. What use case do you have for re-transforming later? some async data? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a RefinementList where I already use :transform-items="myTranformFunction". this function gets called only when the widget is loaded. I need to trigger transform-items from a watcher
is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions