Minor improvements and bug fixes
-
Tables embedded in Shiny apps with
gt_output()
andrender_gt()
withihtml.selection_mode
enabled also act as inputs, reporting the row numbers that are selected (#354, #1368). (@jonthegeek, #1909) -
Significantly faster rendering of certain large tables, by optimizing the internal
rownum_translation()
utility (#1924). (@magnusdv, #1925) -
Fixed an issue in
fmt_number()
wheredrop_trailing_dec_mark
would be ignored ifuse_seps = FALSE
(#1961). (@olivroy, #1962). -
Fixed an issue where
fmt_markdown()
could create strange output in Quarto (html and Typst formats) (#1957). (@olivroy, #1958, quarto-dev/quarto-cli#11932, quarto-dev/quarto-cli#11610). -
The default table position in LaTeX is now "t" instead of "!t" (@AaronGullickson, #1935).
-
Fixed an issue where cross-references would fail in bookdown::html_document2 (@olivroy, #1948)
-
Improved width calculations in
as_gtable()
(@teunbrand, #1923) -
gt(row_group_as_column = TRUE)
now works if multiple groups are supplied (#1552). (@olivroy, #1801). -
Fixed many typos in the documentation. (#1910, thanks @MichaelChirico!)