Composite Editor - Clone Item/Row
This new release brings a few fixes and most importantly an addition to the Composite Editor - Clone Item (which allows copying a row with possible edits before cloning). There's also a brand new Composite Editor - Wiki with full details on how to use Composite Editor (which now allows you to do the following 5 actions: create/clone/editor/mass-update/mass-selection)
Final Note
If you like the lib, please upvote ⭐ and/or Buy Me a Coffee ☕
see the changelog of each package below:
- @slickgrid-universal/common
- @slickgrid-universal/composite-editor-component
- @slickgrid-universal/empty-warning-component
- @slickgrid-universal/graphql
- @slickgrid-universal/odata
- @slickgrid-universal/excel-export
- @slickgrid-universal/text-export
- @slickgrid-universal/vanilla-bundle
Features
- editors: add Clone functionality to Composite Editor (#236) (df545e4)
- editors: add Column Editor
collectionOverride
option (0efb18f) - editors: change all private keyword to protected for extensability (#247) (089b6cb)
- filters: change all private keyword to protected for extensability (#245) (52cc702)
- formatters: add grid option to auto add custom editor formatter (#248) (db77d46)
- components: add column definition
nameCompositeEditor
override for Composite Editor (fcdb2e9)
Bug Fixes
- comp: empty data warning should work with autoheight grid (#240) (8c9cb84)
- component: Composite Editor sometime shows empty mass update form (#244) (d3ad4db)
- components: empty data warning should work with autoheight grid (#234) (16daa36)
- core: fix types index.d.ts url (a76b3a3)
- editors: add blank disabled fields in Composite Editor form values (#233) (b634902)
- editors: add option to skip missing composite editor (#232) (925dba8)
- editors: fix clear date & blank disabled field w/Composite Editor (#235) (9aac97d)
- exports: Excel Export custom width applies the width to next column (#242) (146f64f)
- filters: Grid State filters should always include an operator (#238) (f64ed37)
- frozen: hiding multiple columns when using pinning gets out of sync (#243) (b255220)
- lint: add eslint as a pre task when bundling & fix linting errors (#246) (6f7ccd8)
- pinning: recalculate frozen idx properly when column shown changes (#241) (3b55972)
- plugins: add missing Row Detail filtering code (#239) (d9cad63)
- plugins: throw error when Tree Data used with Pagination (#229) (85718e1)
- tsc: running dev watch was overriding commonjs folder (#249) (e466f62)
- build: decrease tsc target to es2017 instead of es2020 (2f2e5f4)
- filter: filter service not returning correct operator (bd30697)