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

[Bug]: reactable data not aligned with reactable.extras custom input #53

Open
1 task done
patzaw opened this issue Dec 22, 2023 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@patzaw
Copy link

patzaw commented Dec 22, 2023

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Project Version

0.2.0

Platform and OS Version

Ubuntu 22.04

Existing Issues

#50

What happened?

When the user changes the input value in a reactable.extras input (e.g., by clicking on a checkbox_extra or selecting a value in a dropdown_extra), the value of the input change but not the data in the underlying reactable.

Steps to reproduce

  1. Create a reactable with dropdown_extra() or any other custom reactable.extras input
  2. Modify some values of the custom input
  3. Sort the table by the columns containing the custom input: the table is sorted according to the orginal value and not the new one

Expected behavior

I'm not sure if this behavior is a bug or a feature. My intuition is that the reactable data should be aligned with the reactable.extras custom input and vice-versa as desribed in #50.

Attachments

No response

Screenshots or Videos

No response

Additional Information

No response

@patzaw patzaw added the bug Something isn't working label Dec 22, 2023
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

1 participant