JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Data Grid Cell Tooltip
Tagged: grid tooltip
Hey,
I’m using the native Javascript Component Library.
I need to display tooltips on the data grid cells. If I grab a cell, I can see there is a cell property called ‘tooltip’.
However, it doesn’t show anything if I set a value. Can you explain how can I use this correctly?
Reference docs: https://www.htmlelements.com/docs/grid-row-cell-index/
Thanks,
Martin
Hi Martin,
Tooltips are enabled with the appearance.showTooltips property.
By default, the value of the tooltip is the value of the cell. Using the cell’s tooltip property allows you to set custom content.
See an example here: codepen.
Best Regards, Ivan Peevski Smart HTMLElements Team https://www.htmlelements.com/