-
The defaultProps object that is used in Reactable is getting polluted with the first instance of column data created. From the [React docs](http://facebook.github.io/react/docs/component-specs.html#ge…
-
Is it possible to get reactable to work with multiple keywords?
-
Hi @glin, first congratulations on `reactable`, I´m loving it. I think it is hands down the best R package to get good looking tables.
I´ve been using `reactable` with Shiny and it´s just great, bu…
-
Paginating big tables is a common ask in dashboards (and is preferrable to internal scrolling within the page).
It'd be nice to explore if there's something we can add to the existing table functi…
-
First of all, thanks for creating such an amazing package with great documentation. The nice table formatting provided by reactable has encouraged me to transition much of my dashboard work from Power…
-
Hi,
I have been truing to create a table colored as a heatmap with reactable. However the way I am trying to create this is a little different. I would like to display the data from one table and co…
-
Hi,
The custom `onClick` function is not called when I click the radio button that is added by `selection = "single"`, or anywhere else in the column with the radio button. When I click any other…
-
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, w…
-
I was wondering if anyone had any example css they could share for use with Reactable?
-
At first, congrats for the awesome package! I just started to use and I am getting familiar with possible configurations.
Inspired in the [cran-packages demo](https://glin.github.io/reactable/artic…