I’m trying to figure out how can i build tooltips that depend on data contained in data table cell.
Does the library support this?
I’ve tried putting tooltip: {template …} at data column level and at the datatable level without any luck.
The global tooltip setting can be used to enable|disable tooltips in the datatable.
If tooltips are enabled, datatable will use the content of column as tooltip, or value of “tooltip” column option.