reactablefmtr icon indicating copy to clipboard operation
reactablefmtr copied to clipboard

Streamlined Table Styling and Formatting for Reactable

Results 41 reactablefmtr issues
Sort by recently updated
recently updated
newest added

I'm having difficulty getting my charts to center on percentage data scaled between -1 and 1. The bars center desirably--that is, the 0 is in the center--_when the percentage is...

Hi, is there a way to configurate a text to display in the tooltip option of the pill_button function? Thank you!

Hello there, I'm excited by the prospect of this package. But I can't get the example to run properly, ``` # Load packages library(reactablefmtr) library(tidyverse) library(palmerpenguins) df % filter(!is.na(sex)) %>%...

I propose the possibility of embedding any type of plotly or ggplot plots in the table, the same as sparklines.

Hi Thanks @kcuilla for this fantastic package! Just browsing the new version and saw the ability to save the tables with save_reactable. In most places, the documentation refers to save_reactable,...

Hi Kyle, reactable and reactablefmtr are great. I need to include a table I've built using them via R in a webpages that have not been created in R via...

Hi Kyle! 👋 Thank you for this awesome package, I'm having so much making tables with the incredible {reactable} + {reactablefmtr} combo! I am interested in assigning colors to a...

Hi, Is it possible to define color based on condition in color_tiles? For example, I would like to apply color_tiles only if the value is lower than 0 I created...

Thank you for this wonderful package. When using the add_title() function in shiny, no title is displayed. see: ```R library(shiny) library(reactable) library(reactablefmtr) ui packageVersion("reactable") [1] ‘0.3.0’ > packageVersion("reactablefmtr") [1] ‘2.0.0’...