assets.lib.SlickGrid.examples.example-autotooltips.html Maven / Gradle / Ivy
The newest version!
SlickGrid plugin example: AutoTooltips
Demonstrates:
- AutoTooltips plugin
Instructions:
Resize the columns until see ellipsis in column or header. Hover over cell to see tooltip.
Usage:
plugin = new Slick.AutoTooltips(pluginOptions);
grid.registerPlugin(plugin);
grid.render();
View Source: