Skip to content

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

@patzaw

Description

@patzaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions