new Custom Tooltip (plugin)
new Custom Tooltip plugin
This new release brings a new Custom Tooltip plugin (opt-in), it can parse [title]
attributes to create regular tooltip or create your own Custom Tooltip via a Custom Formatter. You can also create Custom Tooltip for Column Headers and Column Header-Row (filters).
- new Custom Tooltip - Wiki
- animated gif
- new live Example 32
new Row Move shadow clone item
When using the Row Move feature, we often forget which row we started the drag/move, so by adding a shadow item (it's simply a clone of the row you're dragging with absolute position that follows the mouse position) and this makes it easier to remind the user which row exactly is being moved. This is a new flag option hideRowMoveShadow
that is enabled by default (if you want to use it, then change it to false
).
- demo Example 17
A reminder to everyone, this is an Open Source project and everyone is welcome to contribute (even as small as fixing a typo in a Wiki is welcome). We all gain from contributions.
Installation
Please remember that all packages of @slickgrid-universal
(v0.19.2
) must be updated at the same time as Angular-Slickgrid
(v3.3.2
), they will always get bumped on the same day to avoid any upgrade issues.
Enjoying the lib?
Make sure to upvote ⭐ and/or Buy Me a Coffee ☕ ... and if you already have, well thank you 😺
Cheers and Happy Coding 👨💻
Changelog 📜
For a complete picture, you should take a look at both lib change logs
please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.
- review the Slickgrid-Universal changelog
- and the Angular-Slickgrid changelog (below)
Features
- plugin: add example for new Custom Tooltip plugin (44dd1cd)
- plugin: add row move shadow item while moving/dragging row (9cf714f)
Fixes
v3.3.1
v3.3.2
- build: add DOM purify optional default import to fix rollup builds (25091d0)