-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed