This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Improved LongText Editor (textarea) & Multi-Select.js Enhancements
Last release of the year... 🎄
The Editors.longText now has a full new set of options (see longTextEditorOption interface) which you can add to your column definition editiorOptions
Also enhanced the 3rd party lib multiple-select.js to auto-position not only the top/bottom but also left/right, so it will typically be position as a drop down (bottom) showing on the right, but in some occasion you might not have enough space (for example if your column is the last column of your grid)
- See a demo on Example 27, open the last column filter and you will see the dropdown showing on the left side.
Final Note
If you like the lib, please upvote ⭐ and/or Buy Me a Coffee ☕
Features
- editors: add few editor options to LongText (textarea) Editor (38c7442)
- filters: add auto position (left/right) to multiple-select lib (1b23b84)
Bug Fixes
- core: make @types/jquery as a dependency to avoid build error (966ebb0)
- editors: Select Editor option to return flat data w/complex object (a3e6427)
- exports: when cell value is empty object return empty string (0534d13)
- filters: use offset left to calculate multi-select auto position (left/right) (9d79e2d)