Programmatically expand row from another location #44
Unanswered
SonicMagna
asked this question in
Q&A
Replies: 1 comment
-
The "programmatically expand a FAQ row" feature was not available previously. View here (last example): https://binodswain.github.io/react-faq-component/demo-more Another example I have added in readme. https://github.com/binodswain/react-faq-component#getrowoptions-props-optional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to programmatically expand a FAQ row?
Usage would be having a link elsewhere in the App pointing to named anchor, a specific FAQ row, but also being able to pass something that would expand that row (Calling the expand function that is used in the onClick).
I looked through the module's code, but it's minified and I was not able to discern how to accomplish this.
I also experimented with the tabFocus setting, but did not succeed in getting any results.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions