You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: