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

provide ability to define onClick callback from table without explicitly defining children  #125

@jlgerber

Description

@jlgerber

I don't see any documentation for this, but I do see a click callback on the reactable.td element. It would be great if we could define an onClick which propagates down to the individual td elements without having to explicitly supply children (ie an onClick on the actual table component, wherein I just supply data

<reactable data={ mydata } onClick={this.tableCellClicked}...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions