Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

custom Rendering of Data #41

Open
mittalswati opened this issue Nov 1, 2018 · 0 comments
Open

custom Rendering of Data #41

mittalswati opened this issue Nov 1, 2018 · 0 comments

Comments

@mittalswati
Copy link

Is there a way to do custom rendering like creating a hyperlink or change of color or font of a value on the basis of key data, please let me know if it is possible .
I want to make a data clickable , I am able to do that using callback but I want to highlight the data which is clickable for better visibility. My code :
<Inspector
onClick={object => this.onClick(object)}
data={{ log: this.props.log }}
isExpanded={() => false}
/>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant