In this post, we will see how to resolve Is there a way to get ‘weighted mean’ in reactable groupBy in a shiny app? Question: I want to generate a reactable in my app, group the table using the groupBy ...

In this post, we will see how to resolve How do I set the domain of a color scale using reactable/reactablefmtr? Question: Consider the following table using the reactable and reactablefmtr packages: I get this: Instead of using the current ...

In this post, we will see how to resolve Leaflet map inside reactable table R Shiny Question: I would like to include maps in one of the columns of a reactable table, each map would be occupy a cell inside ...

In this post, we will see how to resolve use solid fontawesome icons in reactablefmtr::icon_assign() Question: In the following example I have the regular version of the fontawesome star icon: I am looking for a way to use the solid ...

In this post, we will see how to resolve Create new columns conditionally in reactable from R Question: I am trying to make a reactable with the following (I succeeded making the first but not 2 and 3): If a ...