-
# Making Tables Shiny: DT, formattable, and reactable - Clare's Blog
Demo of popular packages for generating interactive tables suitable for Shiny apps
[https://clarewest.github.io/blog/post/making-…
-
Refactor Reactable to a waffle plot with drill down.
- Base table should be a waffle plot with up and down arrows indicating whether a lab value is above or below the normal values
- Drill down to …
-
`return (
```
Brand Name
Generic Name
…
-
Reactable should support table cells with `colspan` and `rowspan`. We need to figure out how these cells are filtered and sorted, how they're displayed when one but not all of the related rows are pre…
-
Thanks for the great package.
Currently setting width in colDef seems to disable resizable. minwidth and maxwidth are also forced.
Is this intentional? I want to width only as an initial value and…
-
So I fetch my JSON data from the server and use reactable library to display as a table. Could I trigger a click event on a single row and pass _id ? Previously I used a traditional _map loop so is th…
-
Thanks for creating the powerful package.
I am exploring the strategy to use `reactable` with `plotly`. One limitation is the efficiency to use `plotly` R package as each row is creating a `htmlwi…
-
On the "Range" questions where there are > 10 questions in a group, the {reactable} table goes reverts back to the first 10 results after each question.
Let's see if there is a way that we can show…
-
It looks like the updateReactable function does not properly preserve matrix dimensions. Here is a toy example:
```
library(shiny)
library(reactable)
ui
-
It's not possible to sub-class Property from a non `frappe` library.
``` dart
class Property extends Reactable {
Property._(Stream stream, bool hasInitialValue, [T initialValue]) {
...
}
P…