Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group_border_sort Empty table #49

Open
Adeiko opened this issue Dec 7, 2022 · 0 comments
Open

group_border_sort Empty table #49

Adeiko opened this issue Dec 7, 2022 · 0 comments

Comments

@Adeiko
Copy link

Adeiko commented Dec 7, 2022

Hi!

I've found a little problem with the group_border_sort function. If the table is sorted and you search for a text that doesn't exist, it removes all the UI from the table.

Here is a little reprex showing the error:

packageVersion("reactable")
#> [1] '0.3.0.9000'
packageVersion("reactablefmtr")
#> [1] '2.0.0'
reactable::reactable(data = iris, searchable = TRUE, defaultSorted = "Species", 
    rowStyle = reactablefmtr::group_border_sort("Species"))

Created on 2022-12-07 with reprex v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant