Early access group feedback #24
Replies: 3 comments 1 reply
-
Hey @marekrogala !
A few things like I would like to see improved are...
makeCols <- function(data){
tibble(fieldName = names(data),
name = names(data),
key = names(data),
isResizable = TRUE,
minWidth = 125) %>%
group_split(row_number(), .keep = FALSE) %>%
purrr::map(as.list)
}
Overall, I am really enjoying this package and the professional theme that it provides. I am very excited to see |
Beta Was this translation helpful? Give feedback.
-
Hi, I am just discovering Appsilon's shiny packages and am very excited to start trying them out for some internal dashboards I maintain. My main question is around where to start: what are the primary differences between Thanks. |
Beta Was this translation helpful? Give feedback.
-
I want to try shiny.fluent but when I tried to install it I received the message "package ‘shiny.fluent’ is not available for this version of R". I am running version 4.1.0 (2021-05-18). What version of R must I use to run shiny.fluent? |
Beta Was this translation helpful? Give feedback.
-
Hey there!
A couple weeks ago we shared with you the early access version of shiny.fluent. We're especially interested in how you found working with the package overall, what worked well for you, and what you think could be improved. Please post your feedback below.
What are top 3 things that worked well for you and top 3 things that should be improved in your opinion?
Beta Was this translation helpful? Give feedback.
All reactions