react-expandable-listview icon indicating copy to clipboard operation
react-expandable-listview copied to clipboard

Routing to other pages from item list

Open rohananarse opened this issue 8 years ago • 4 comments

hi would like to know can i route to other pages from collapsed list items ..???

rohananarse avatar May 17 '17 12:05 rohananarse

@rohananarse Hi, so you want your list headers be a href? Could you provide more details or code sample?

cht8687 avatar May 18 '17 00:05 cht8687

exactly sir , but I want to navigate to other page from the list items which are collapsed.

rohananarse avatar May 18 '17 11:05 rohananarse

like in your example under List A Item 1 (i want the navigation to be done here)

rohananarse avatar May 18 '17 11:05 rohananarse

@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.

cht8687 avatar May 19 '17 06:05 cht8687