DT 0.18
NEW FEATURES
-
datatable()
'sstyle
argument now defaults to'auto'
, which resolves to either'bootstrap'
or'bootstrap4'
when a{bslib}
theme is relevant. If a{bslib}
theme isn't relevant,'auto'
resolves to the old default value of'default'
(thanks, @cpsievert, #852). -
Add a new function
styleRow()
. It's useful when you want to apply CSS styles based on Row Indexes (thanks, @s-fleck, #894).
BUG FIXES
datatable(data)
anddatatable(data, fillContainer = TRUE)
now work as expected when statically rendered insideflexdashboard::flex_dashboard()
(thanks, @cpsievert, #904).