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

custom Rendering of Data #41

@mittalswati

Description

@mittalswati

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}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions