All Questions
Tagged with reactable htmlwidgets
3 questions
1
vote
1
answer
2k
views
How to Change the Font Used in htmlwidgets for R?
I have a table that I am building using reactable in R, and want to add a title with the same font I am using in the table itself. I figured out how to add a title, but how do I change the font?
...
5
votes
1
answer
998
views
How to filter rows in both parent and nested tables, using reactable?
How to filter rows with a specific Type, which are either in the parent or in any of the nested tables of a reactable, using crosstalk::filter_checkbox, as shown here ?
dat <- structure(list(...
2
votes
1
answer
666
views
Crosstalk makes scroll bar not visible in flexdashboard when combined with reactable
I use the excelent crosstalk r package to make filters for my reactable htmlwidget. I show the reactable in flexdashboard. When using the groupBy feature of reactable, I noticed that there was no ...