Skip to content
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

[data grid] Actions Navigate #15902

Open
aress31 opened this issue Dec 15, 2024 · 0 comments
Open

[data grid] Actions Navigate #15902

aress31 opened this issue Dec 15, 2024 · 0 comments
Labels
new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer

Comments

@aress31
Copy link

aress31 commented Dec 15, 2024

Summary

Since hooks cannot be directly used within valueGetter or getActions, I suggest providing pre-built actions, such as navigation, opening modals, and more. This would enable a much broader range of use cases, such as integrating with React Router actions or parsing URL parameters to control modal visibility.

Currently, hooks need to be passed to the function that creates the columns. In complex applications where column creation occurs several levels above the components using them, this adds unnecessary complexity. Allowing the use of function callbacks or offering pre-built actions would simplify integration and enhance flexibility.

Examples

No response

Motivation

No response

Search keywords: datagrid, action, navigate

@aress31 aress31 added new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Dec 15, 2024
@github-actions github-actions bot changed the title [DataGrid] Actions Navigate [data grid] Actions Navigate Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant