This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Add Inline Editor DateEditor & simplified "resizeGrid()" function of ResizerService
Fixes
- fix cannot find stylesheet on component destroy, this time for good
Small breaking change
- calling the "resizeGrid()" function from the
ResizerService
no longer requires to pass Grid & Column Definitions objects as arguments. This is to simplify the call when user want to resize the grid.
New Features
- add new Inline Editor for Date, it uses Flatpickr lightweight lib
- if you use this new editor, be sure to include Flatpickr styling, please review the HOWTO
- resize columns when Grid Menu closes (especially see able when user hides some columns)