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

AgGrid needs to pass more than just row number when editing #25

Open
bertbarabas opened this issue Oct 23, 2024 · 3 comments
Open

AgGrid needs to pass more than just row number when editing #25

bertbarabas opened this issue Oct 23, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@bertbarabas
Copy link

The problem with just the row number is that if you have used the sort or filter function the row number is post sort/filter so it cannot be used to find the row that is being edited so the edit cannot be applied to the original row data.

One possible solution that was discussed is to provide the entire row on edit, not just the row number.

@bertbarabas bertbarabas changed the title AgGrid needs to pass more that just row number when editing AgGrid needs to pass more than just row number when editing Oct 23, 2024
@Lendemor Lendemor added the enhancement New feature or request label Oct 23, 2024
@GregorioHUN
Copy link
Contributor

Big Up!

@dkphhh
Copy link

dkphhh commented Nov 6, 2024

I encounter the same problem

@GregorioHUN
Copy link
Contributor

Currently, the default filtering options in AG Grid disrupt the primary key order, making it impractical to use in scenarios where maintaining this order is critical. Until this issue is resolved, I’ve disabled the filtering functionality for my users to prevent confusion or unintended consequences.

I believe this is more than just an enhancement request, addressing this should be prioritized, as it significantly impacts usability for AG Grid in workflows reliant on primary key integrity with DBs.

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

No branches or pull requests

4 participants