reactable
reactable copied to clipboard
Interactive data tables for R
Hi Glin, This package is amazing. Thanks for your tremendous work on this. I am getting errors related to save_reactable. I've also tried the full (input, output) call but still...
Hi! So crosstalk has a gallery of all the crosstalk-enabled packages. I added this issue [here](https://github.com/kcuilla/reactablefmtr/issues/37), but it was recommended that we add this parent repo instead, so here I...
Hi, would it be possible to update the "show" state of a column when calling reactable::updateReactable. I know that I can re-render the table by making the `output$table` reactive on...
Hello, Thank you for this excellent suite of tools. I'm struggling with dynamic row highlighting, so I thought I might post a question here. I have a shiny application which...
Awesome package! I have a question. Is it possible to format a column of double to scientific notation in reachable parameters? I am looking for something like this: ```r reachable(data,...
Thanks a lot for this great package! Is it possible to implement filtering by a range of values? For e.g. filtering rows with prices ranging from 15 to 30, instead...
I could not find any documentation or examples or discussions online about this. Is there a way to add a JavaScript click handler for clicking on a column header, that...
See the example below: ``` df
Hi Greg, Amazing package. My understanding from the documentation is that when using `colFormat(currency = X)`, the supplied value has to be a string character like `"USD"`, `"EUR"`, or `"GBP"`...
I started to use Quarto docs. The following code can generate captions above the table. ```{r} #| label: tbl-iris #| tbl-cap: "Iris Data" library(knitr) kable(head(iris)) ``` However, when I try...