react-json-inspector
react-json-inspector copied to clipboard
custom Rendering of Data
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} />