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

cellUpdate listener doesn't emit correct data #244

Open
agritheory opened this issue Mar 1, 2025 · 1 comment
Open

cellUpdate listener doesn't emit correct data #244

agritheory opened this issue Mar 1, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@agritheory
Copy link
Owner

Under test in FAB, editing any cell only yields the first argument, which is the column index.

@agritheory agritheory added the bug Something isn't working label Mar 1, 2025
@Alchez
Copy link
Collaborator

Alchez commented Mar 3, 2025

@agritheory What does the usage look like in FAB exactly? Is it similar to the example shown in #213?

Currently, the cellUpdate emit is setup to return with 4 argument values (colIndex, rowIndex, newCellValue, prevCellValue) rather than a single argument value (possibly an object).

  • If you're only getting the colIndex even after trying to accept 4 argument values, then that's a bug.
  • If the API expectation is to receive an object with the changed parameters, then I can make the modifications accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants