-
I got a need to stick a row on the top of a reactable as a beachmark. Something just like freeze rows in Excel.
I don't know if it is possible to achieve, but would be quite a usefule function. Man…
-
- [ ] Should include slider
- [ ] #72
- [ ] Should have tolerance for filtered performance data
- [ ] Enable selection for required performance metrics:
Sensitivity, Specificity, PPV, NPV, Lift, N…
-
If a reactable table is sortable, then clicking anywhere in the column header will result in sorting that column. However, I'd like to have more control over when to sort a column. Specifically, I'd l…
-
Maybe use https://glin.github.io/reactable/articles/examples.html#searching
-
Hello, I'm using `reactable` to make a table in my shiny app. I added search bar to a table but it only works for main rows of that table. In case I have expandable rows it doesn't work. I want to sea…
-
Hi,
Nice package. Using it a lot!
I have a table with expandable rows.
The detail view displays another reactable, but from a different data frame.
```
dataset
-
https://stackoverflow.com/questions/73997808/how-to-use-downloadhandler-for-download-buttons-create-inside-shiny-reactable
I need to insert a download button into reactable, in column as html
bu…
-
-
Hi,
I cannot get `select_group_ui()` and `select_group_server()` get to work inside a shiny module.
I added `ns()` to the IDs but possibly the `virtualSelectInput()`s can't communicate properly …
-
Question originally posted on [Stack Overflow](https://stackoverflow.com/q/68160698/4856719).
----------
I'm trying to combine the following two reactable features in R:
- Conditional styling…