-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(emeisOptions): add custom column option #516
Merged
derrabauke
merged 4 commits into
projectcaluma:main
from
derrabauke:feat-emeis-config-additional-columns
Jul 1, 2022
Merged
feat(emeisOptions): add custom column option #516
derrabauke
merged 4 commits into
projectcaluma:main
from
derrabauke:feat-emeis-config-additional-columns
Jul 1, 2022
Conversation
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
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
June 29, 2022 14:08
a7821df
to
0b1eb19
Compare
czosel
force-pushed
the
feat-emeis-config-additional-columns
branch
from
June 29, 2022 14:48
0b1eb19
to
e5b3138
Compare
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
June 30, 2022 07:25
e5b3138
to
9a2b6e2
Compare
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
June 30, 2022 11:29
9a2b6e2
to
d46d34b
Compare
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
June 30, 2022 12:18
759e797
to
51ecc28
Compare
czosel
reviewed
Jul 1, 2022
czosel
reviewed
Jul 1, 2022
czosel
reviewed
Jul 1, 2022
czosel
reviewed
Jul 1, 2022
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
July 1, 2022 12:34
51ecc28
to
a68ff27
Compare
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
July 1, 2022 12:39
a68ff27
to
707b544
Compare
derrabauke
force-pushed
the
feat-emeis-config-additional-columns
branch
from
July 1, 2022 14:34
fef1576
to
9f74b6c
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Jul 4, 2022
# [6.0.0](v5.1.0...v6.0.0) (2022-07-04) ### Bug Fixes * adapt table hover style ([#465](#465)) ([c3338b5](c3338b5)) * allow to clear parent scope selection ([#464](#464)) ([b24dd06](b24dd06)) * handle case where engine is mounted under different name ([#476](#476)) ([533b3de](533b3de)) * tree search expansion ([#501](#501)) ([5eb804c](5eb804c)) ### Features * **emeisOptions:** action button label overrides ([#515](#515)) ([3d1bfce](3d1bfce)) * **emeisOptions:** add custom column option ([#516](#516)) ([1d88b42](1d88b42)) * **emeisOptions:** make "delete" and "deactivate" buttons visibility configurable ([#462](#462)) ([afc7ca4](afc7ca4)) * mark optional fields ([#507](#507)) ([51debd0](51debd0)) * **tree:** expand root only if its single ([#460](#460)) ([1ca9783](1ca9783)) * **users:** add 'isActive' filter radio buttons ([#510](#510)) ([67e6401](67e6401)) ### BREAKING CHANGES * **emeisOptions:** the emeis options object got restructured * feat(emeisOptions): enable action button label overrides * feat: accept functions as label overrides to allow different labels for active/inactive models * fix: remove incorrect `fn` lookup, minor refactoring Co-authored-by: Christian Zosel <[email protected]>
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the
customColumns
key to the emeisOptions, which enables you to specify additional columns for the index list view of each model. Exceptscopes
which is represented as a tree.