-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(composite): add new
validateMassUpdateChange
callback & bug fi…
…xes (#603) - add a new method `validateMassUpdateChange` that user can provide which when returning false will skip changes on that item data context, it will be analyzed for each row - add `shouldPreviewMassChangeDataset` flag that when enabled will provide a preview of the dataset changes (mass update/selection) when calling the `onSave` function - fix column name showing plain html when `name` is provided as html instead of simple text. Basically `name` can accept html that will be rendered and we should do the same in the Composite modal window - also remove fixed button text, we will keep using translation keys instead
- Loading branch information
1 parent
9c31f0f
commit 2c1559b
Showing
7 changed files
with
169 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.