Skip to content

Add nameRenderer prop to RowHeaderCell #3362

@DannyDelott

Description

@DannyDelott

Feature request

Hi Blueprint team,

I'm currently working on a Blueprint Table and need to add a Tooltip to the RowHeaderCell text.

There is precedent for this in ColumnHeaderCell via the nameRenderer prop, however this functionality does not exist yet for the RowHeaderCell.

If the approach from ColumnHeaderCell can be repurposed here, I'm happy to submit a PR. This is a great UI library with a very thoughtful API.

Examples

<RowHeaderCell
  name="Population"
  nameRenderer={
    (name, index) =>
      <Tooltip content="The population as determined by the 2016 US Census">
        {name}
      </Tooltip>
  } />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions