-
We can now use filterMethod for complex filtering in columns. However, I could not find a away to add a placeholder to explain the different filtering methods for each column.
In short, this works …
-
I'm trying to use Javascript API to setFilter on nested tables. The filter works on the parent table, but not on the child table (I'm trying to keep a track of a table schema per year, therefore year …
-
I'm having a strange issue. Essentially, whenever I sort a column, the order of the columns changes. I've cut my app down to the the simplest code I can and I still get this behavior. Am I missing …
-
Hi - I have recently been doing some DataViz work for inclusion on a company's website which is published using Wordpress. We have been doing a lot of static tables but would really love to get some …
-
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, column…
-
Great package, thanks. I can knit to pdf using your package, but the table width is reduced to less than page width. When knitting to html the table is full page width. Is there a fix?
```{r setup,…
-
Hi there, awesome package 💯 🚀 .
I know the CSV download button has just recently been implemented (#11), and I was wondering if reactable could also provide a colvis button similar to {DT} as well …
-
It would help if the docs noted that the `sticky` parameter does not work if `fullWidth = FALSE` (at least for reactable 0.4.4).
-
Please have a look at the following examples:
Example 1: In dark-mode font color changes to white and becomes unreadable because of the white background.
```
library(shiny)
library(bs4Dash)
lib…
-
May I know how to add multiple headers to the table, similar as below, with reactable package? I see below code can draw 2 headers, but have difficulty in 3 headers (below figure show).
```
reacta…