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

onCellsChanged not triggering on fillHandle with Dropdown cell #403

Closed
telit0 opened this issue May 22, 2024 · 3 comments
Closed

onCellsChanged not triggering on fillHandle with Dropdown cell #403

telit0 opened this issue May 22, 2024 · 3 comments

Comments

@telit0
Copy link

telit0 commented May 22, 2024

I am trying to implement a change when a dropdown cell gets populated with the fillHandle.

Current behavior
The onCellsChanged event is not getting triggered

Expected behavior
The onCellsChanged event should be triggered the same way as on text cells.

Your environment details

  • Device: desktop
  • OS: macOS/Win11
  • Browser: Edge/Chrome
@webloopbox
Copy link
Contributor

webloopbox commented May 29, 2024

I've checked it on the latest version of ReactGrid (4.1.6) and it seems that onCellsChanged is triggering correctly. Please take a look at this sandbox

@telit0
Copy link
Author

telit0 commented May 29, 2024

Thank you! the example is very helpful with the implementation.

@telit0 telit0 closed this as completed May 29, 2024
@testone740
Copy link

testone740 commented Jun 24, 2024

@webloopbox Thanks for the example. Your example has the currentValue prop for the dropdown cell, but the documentation does not mention it. Anyway, I've been trying to implement a cut/paste functionality of selection (similar to the Customization example), but have not been able to figure it out. Where can I find an example of this feature on Code Sandbox? Thanks.

Basically, I want to be able to cut a selection value from one cell and paste it into another cell. When I cut the value, the selection should be blank.

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

No branches or pull requests

3 participants