Skip to content

Commit 0d3d504

Browse files
committed
Add reactable minimum version
1 parent 9a38b92 commit 0d3d504

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Imports:
2020
dplyr,
2121
htmltools,
2222
purrr (>= 1.0.0),
23-
reactable,
23+
reactable (>= 0.4.0),
2424
rjson,
2525
rlang,
2626
shiny

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ remotes::install_github("Appsilon/reactable.extras")
3030

3131
Getting started with `reactable.extras` is straightforward:
3232

33-
1. Include the necessary functions and components in your Shiny UI definition.
34-
2. Use the provided functions to enhance your reactable tables. You can add custom buttons, checkboxes, date pickers, dropdowns, and text inputs to your table cells.
35-
3. Customize the behavior and appearance of these input components based on your application's requirements.
36-
4. Implement server-side processing and pagination controls for large datasets.
33+
1. Make sure you have latest version of `{reactable}`. It's required to be at least on version 0.4.0
34+
2. Include the necessary functions and components in your Shiny UI definition.
35+
3. Use the provided functions to enhance your reactable tables. You can add custom buttons, checkboxes, date pickers, dropdowns, and text inputs to your table cells.
36+
4. Customize the behavior and appearance of these input components based on your application's requirements.
37+
5. Implement server-side processing and pagination controls for large datasets.
3738

3839
```r
3940
library(shiny)

0 commit comments

Comments
 (0)