Routing to other pages from item list
hi would like to know can i route to other pages from collapsed list items ..???
@rohananarse Hi, so you want your list headers be a href? Could you provide more details or code sample?
exactly sir , but I want to navigate to other page from the list items which are collapsed.
like in your example under List A Item 1 (i want the navigation to be done here)
@rohananarse
Check the Render react component in the doc, what about you implement your own react component and wrap it using this lib? for example, you item is a react component which is a href?
Because this lib can render not only fixed data structure but also render React components. Let me know if it helped.