Appsilon / reactable.extras

Extra features for reactable package
https://appsilon.github.io/reactable.extras/
41 stars 4 forks source link

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

Open patzaw opened 10 months ago

patzaw commented 10 months ago

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