-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from Appsilon/pre-release-changes
Pre release changes
- Loading branch information
Showing
15 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Type: Package | ||
Package: reactable.extras | ||
Title: Extra Features for 'Reactable' Package | ||
Version: 0.1.0.9000 | ||
Version: 0.2.0 | ||
Authors@R: | ||
c( | ||
person("Recle", "Vibal", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Ivan", "Hrychaniuk", role = c("aut"), email = "[email protected]"), | ||
person("Andres", "Quintero", role = c("aut"), email = "[email protected]"), | ||
person("Pedro", "Silva", role = c("aut"), email = "[email protected]"), | ||
person("Eduardo", "Almeida", role = c("ctb"), email = "[email protected]"), | ||
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]") | ||
) | ||
Description: A set of extensions for 'reactable' package. | ||
Description: Enhanced functionality for 'reactable' in 'Shiny' applications, offering interactive and dynamic data table capabilities with ease. | ||
With 'reactable.extras', easily integrate a range of functions and components to enrich your 'Shiny' apps and facilitate user-friendly data exploration. | ||
License: LGPL-3 | ||
URL: https://appsilon.github.io/reactable.extras/, https://github.com/Appsilon/reactable.extras | ||
BugReports: https://github.com/Appsilon/reactable.extras/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
# reactable.extras (development version) | ||
# reactable.extras 0.2.0 | ||
|
||
# reactable.extras 0.1.0.9000 | ||
|
||
## Server-Side Processing | ||
|
||
* `reactable_extras_ui()` and `reactable_extras_server()` now allows for server-side processing of data. | ||
|
||
## Miscellaneous | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# reactable.extras | ||
# reactable.extras <a href="https://appsilon.github.io/reactable.extras/"><img src="man/figures/logo.png" align="right" alt="reactable.extras logo" style="height: 140px;"></a> | ||
|
||
> _Extra features for reactable package_ | ||
|
@@ -72,14 +72,14 @@ server <- function(input, output, session) { | |
) | ||
) | ||
}) | ||
|
||
observeEvent(input$button, { | ||
showModal(modalDialog( | ||
title = "Selected row data", | ||
reactable(data[input$button$row, ]) | ||
)) | ||
}) | ||
|
||
} | ||
|
||
shinyApp(ui, server) | ||
|
@@ -103,4 +103,6 @@ Get in touch [[email protected]](mailto:[email protected]) | |
|
||
Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)! | ||
|
||
<a href = "https://appsilon.com/careers/" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a> | ||
<a href = "https://appsilon.us16.list-manage.com/subscribe?u=c042d7c0dbf57c5c6f8b54598&id=870d5bfc05" target="_blank"> | ||
<img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/shiny_weekly_light.jpg" alt="Subscribe for Shiny tutorials, exclusive articles, R/Shiny community events, and more."/> | ||
</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
:root { | ||
--primary-color: #686868; | ||
--primary-color: #373C6E; | ||
} | ||
|
||
.navbar { | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters