reactable.extras icon indicating copy to clipboard operation
reactable.extras copied to clipboard

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

Open patzaw opened this issue 6 months ago • 0 comments

Guidelines

  • [X] 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 avatar Dec 22 '23 12:12 patzaw