Skip to content

Conversation

jskupsik
Copy link
Contributor

@jskupsik jskupsik commented Aug 7, 2025

Added modal to the inline editing example, and included how to fix this:

grid({agOptions: {popupParent: null}})

@jskupsik
Copy link
Contributor Author

jskupsik commented Aug 7, 2025

image image

Copy link
Contributor

@minusleaf minusleaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me otherwise!

tbar: tbar(),
item: hframe(grid(), gridOptionsPanel()),
bbar: bbar()
item: hframe(grid({agOptions: {popupParent: null}}), gridOptionsPanel()),
Copy link
Contributor

@minusleaf minusleaf Aug 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment for what popupParent: null is doing? Think context on what it solves would be helpful in referencing Toolbox.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed 100% That's a key thing to capture here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants