Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd `dt_*()` methods for all major, internal data structures #355
Conversation
* master: Fix for invisible top borders in rendered HTML tables (#359)
|
This is known to break rtf output, but given the major improvements, that is ok. Add an issue to fix rtf once merged. |
|
I didn't actually review this, consider this a resurrection of @schloerke's Approval. |
48f2d73
into
master
* master: (59 commits) add fmt_markdown to _pkgdown.yml (rstudio#371) Use `tidy_grepl()` instead of `expect_match()` Use `tidy_grepl()` & `expect_true()` Add `dt_*()` methods for all major, internal data structures (rstudio#355) Update CLA text (rstudio#373) remove reliance on Github version of sass, which is now updated on CRAN (rstudio#366) Fix for invisible top borders in rendered HTML tables (rstudio#359) CSS modifications (rstudio#346) Incorporate alpha option to `cell_fill()` (rstudio#340) Enable option to set row group padding in `tab_options()` (rstudio#342) Modify `filter()` statement (rstudio#341) Allow use of integers in `pct()`/`px()` (rstudio#336) Fix for resolving row group cells (rstudio#335) Easier access to footnote mark options (rstudio#333) Export `as.tags.gt_tbl()` (rstudio#331) Several `rlang`-based fixes (rstudio#334) Add function to specify column widths: `cols_widths()` (rstudio#293) Add `rstudio/sass` to Remotes list (rstudio#326) Fix for `cell_borders()` (rstudio#323) Allow an empty table with zero rows to create an empty gt table (rstudio#283) ...
This PR provides a suite of functions (e.g.,
dt_boxh_*(),dt_spanners_*(), etc.) for initializing, setting (as attrs), and modifying internal objects.Fixes: #381
Fixes: #367
Fixes: #360
Fixes: #356
Fixes: #317
Fixes: #298
Fixes: #266
Fixes: #264
Fixes: #242
Fixes: #228
Fixes: #214
Fixes: #99
Fixes: #23