Where can I find the plugins like AutoToolTip and AutoResize ? #685
-
Where can I find the plugins like AutoToolTip and AutoResize ? I have clicked on the plugins and 3rd party not there , I have looked in the examples for a link to them and not there. Anybody have a link to them , and why can't there be a link in the examples whether in the code or the example page - anywhere , somewhere ..? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The examples are here: https://github.com/6pac/SlickGrid/wiki/Examples There are two tooltip examples in the 'Plugins/Controls' section (search the page), and an auto-resize example at the end of the 'Layout' section: http://6pac.github.io/SlickGrid/examples/example-size-to-content.html Note that the you can also set GridAutosizeColsMode to LegacyForceFit, which is a lot simpler to implement, but in my opinion doesn not give as good results. |
Beta Was this translation helpful? Give feedback.
-
yes, it's referenced in http://6pac.github.io/SlickGrid/examples/example-autotooltips.html the file itself is in |
Beta Was this translation helpful? Give feedback.
yes, it's referenced in http://6pac.github.io/SlickGrid/examples/example-autotooltips.html
the file itself is in
plugins/slick.autotooltips.js