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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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