MyTableHeader: tooltip
Example
Key
Type
Description
type
string
style
json style
for table header
header
string
for table header
tooltip
string
for content tooltip and if have tooltip_html then get tooltip_html unless get tooltip
tooltip_html
string
for tooltip
#### Config
{
"type": "tooltip",
"style": {
"background": "inherit"
},
"header": "Body",
"tooltip": "123456",
"tooltip_html": "<div style='padding:6px;font-size:14px; background:green;border:1px solid #000;border-radius:5px' >Body</div>"
}
Preview
tooltip_html
tooltip
Last updated