Example - Custom Tooltip Plugin
⌂
Demonstrates:
Slick.Plugins.CustomTooltip
Custom Tooltip Plugin
1st column shows an async tooltip (could be an API with Promise), it demos a formatter which itself has a formatter displaying percent complete bar
2nd column is with "useRegularTooltip" which will parse your cell formatters in search of a "title" attribute to use as tooltip
Every other columns will show other info of the item data context
Tooltip gets auto-position depending on its available space
You can disable a tooltip via "usabilityOverride"
Options:
Hide Tooltip Arrow ON
Hide Tooltip Arrow OFF
Disable Tooltip ON
Disable Tooltip OFF
View Source:
View the source for this example on Github
Change Server Delay Wait (ms)