-
Notifications
You must be signed in to change notification settings - Fork 90
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
Native ag grid cell editors support #4263
Merged
Merged
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
🦋 Changeset detectedLatest commit: 8d35ee2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
origami-z
force-pushed
the
4144-ag-break-parts
branch
from
October 8, 2024 13:37
e9efcef
to
a6f0a70
Compare
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
October 8, 2024 13:44
85cf269
to
a6232f2
Compare
origami-z
force-pushed
the
4144-ag-break-parts
branch
3 times, most recently
from
October 17, 2024 08:54
0c8466a
to
4637cf6
Compare
joshwooding
force-pushed
the
4144-ag-break-parts
branch
from
October 18, 2024 08:36
85ace4a
to
26e430d
Compare
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
October 18, 2024 08:36
e311949
to
468b076
Compare
origami-z
changed the base branch from
4144-ag-break-parts
to
4275-ag-grid-v32
October 18, 2024 08:37
origami-z
force-pushed
the
4275-ag-grid-v32
branch
from
October 18, 2024 09:53
59894f5
to
53d5064
Compare
origami-z
changed the title
[WIP] Custom ag grid cell editors
[WIP] Native ag grid cell editors
Oct 23, 2024
origami-z
force-pushed
the
4275-ag-grid-v32
branch
from
October 23, 2024 16:17
70794a7
to
a5b2a17
Compare
origami-z
force-pushed
the
4275-ag-grid-v32
branch
2 times, most recently
from
November 13, 2024 09:07
e3f8849
to
3d79612
Compare
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
November 13, 2024 09:13
68f8d36
to
cd5bdee
Compare
origami-z
changed the title
[WIP] Native ag grid cell editors
Native ag grid cell editors support
Nov 13, 2024
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
November 13, 2024 09:26
cd5bdee
to
46908f4
Compare
origami-z
force-pushed
the
4275-ag-grid-v32
branch
from
November 14, 2024 10:50
6232551
to
305394b
Compare
origami-z
force-pushed
the
4275-ag-grid-v32
branch
2 times, most recently
from
November 18, 2024 09:31
2c75efe
to
3c60c63
Compare
joshwooding
force-pushed
the
4275-ag-grid-v32
branch
from
November 18, 2024 16:43
98168ef
to
421d862
Compare
origami-z
force-pushed
the
4275-ag-grid-v32
branch
from
November 19, 2024 09:18
421d862
to
8e09eeb
Compare
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
December 10, 2024 11:09
46908f4
to
3775137
Compare
origami-z
added
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 10, 2024
github-actions
bot
removed
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 10, 2024
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
December 11, 2024 12:22
bf8c337
to
8e1bdf5
Compare
origami-z
added
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 11, 2024
github-actions
bot
removed
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 11, 2024
bhoppers2008
approved these changes
Dec 12, 2024
- Fix editable-cell input padding - Fix long text cell overflow - Add agLargeTextCellEditor support - Add theme support for agSelectCellEditor - Add agRichSelectCellEditor support - Add site doc example - Enable enterprise feature on site
origami-z
force-pushed
the
4144-ag-built-in-editors
branch
from
December 12, 2024 16:39
1c6be2f
to
8d35ee2
Compare
joshwooding
added
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 13, 2024
joshwooding
approved these changes
Dec 13, 2024
github-actions
bot
removed
the
chromatic
Run chromatic on the current PR. Will be removed by the CI once submitted.
label
Dec 13, 2024
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.
Based on top of #4257 & #4276, to be looked at after #4276 work is verified
Use Site example "Cell Editor", or storybook "Provided Cell Editor" story to test, ag grid doc: https://www.ag-grid.com/javascript-data-grid/provided-cell-editors/
editable-cell input/select text vertical alignment (off by 1 when editing? only happening in lower zoom?)likely this can't be fixed#4144