-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Guidelines
- I agree to follow this project's Contributing Guidelines.
Project Version
0.2.0
Platform and OS Version
Ubuntu 22.04
Existing Issues
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
- Create a reactable with dropdown_extra() or any other custom reactable.extras input
- Modify some values of the custom input
- 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
ramiromagno
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working