All Questions
4 questions
2
votes
1
answer
215
views
Refer to other columns in reactable groupby aggregate expression
I have a dataframe that I'd like to leverage reactable with expandable groupings. I know I can use the groupby argument and then specify the aggregation in the colDef for each metric however, in some ...
2
votes
2
answers
933
views
selectInput for every row in shiny app using reactable
I am trying to create a dynamic table in shiny using reactable where any time "Sell" is selected in a given row in the transaction column, the corresponding row in the quantity column ...
0
votes
1
answer
502
views
Calendar Heatmap in R
Looking to create a gt/reactable table in R that serves as a calendar heatmap. Something just like the one found on this site https://glin.github.io/reactable/articles/cookbook/cookbook.html. When I ...
3
votes
1
answer
2k
views
Reactable Aggregate Function for Multiple Groups
Using the R reactable package, I am trying to display the percentage of flagged readings using two groupBy variables. On the lower level of grouping, this is calculating the correct percentage. On the ...