Skip to content

Tooltip on Table Column header label #33

@skochev84

Description

@skochev84

Is there a way to set a tooltip when hovering over a label of a table column? Right now I can only set a String for the label like this:

   <TableColumn<Columns> label="Id" index={Columns::Id}/>

And I want to send a VNode. Something like this:

   <TableColumn<Columns> label=html!(
       <Tooltip text="This is just an example tooltip.">
           "Id"
      </Tooltip>)
      index={Columns::Id}/>

Or any other way to add a tooltip?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions