Skip to content

Tooltip on Table Column header label #33

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?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions