Results 13 comments of Kyle Cuilla

Hi John, great catch! This was a careless naming error on my part that somehow didn't get caught during the package checks. I just changed it back to `save_reactable()` in...

Hi Shannon! Thank you for the suggestion, I think this is a great idea! I just added the `color_by` parameter to both `color_scales` and `color_tiles`. You'll just need to call...

Forgot to mention that this will still work with the referenced column hidden which you can do with `pct_length_gt_5 = colDef(show = FALSE)`

That's a good question. I think I would like it to be sorted by the column referenced in `color_by`, or at least have the option to sort it by that...

Yes, you can utilize conditional colors by creating the condition in another column and then referencing that column with `color_ref`. `data 1.5 ~ "#FFFFFF", TRUE ~ "#E75400" ))` `reactable(data, columns...

Hi, thank you for using the package! By default, if there are no negative values detected in the column, the data bars will show the data starting from 0 with...

Hi Chris, I'm not sure if I'm understanding your question exactly. It sounds like you want to see the contents of the JS/CSS code from a reactable table that uses...

Got it, thanks for clarifying for me. So ideally, you would want any underlying JS/CSS code used in the reactablefmtr functions to be outputted so that you can put them...

Hi, It looks like the dev version of reactablefmtr is having trouble installing the dataui package. I'll need to look into a this further for a fix. In the meantime,...

Hi, there isn't a way to currently do this but it's something I'm hoping to add at some point.