Render an auto-sized column
col_auto.RdRender an auto-sized column
Arguments
- ...
Tag attributes (named arguments) and children (unnamed arguments). A named argument with an
NAvalue is rendered as a boolean attributes (see example). Children may include any combination of:- .noWS
Character vector used to omit some of the whitespace that would normally be written around this tag. Valid options include
before,after,outside,after-begin, andbefore-end. Any number of these options can be specified.- .renderHook
A function (or list of functions) to call when the
tagis rendered. This function should have at least one argument (thetag) and return anything that can be converted into tags viaas.tags(). Additional hooks may also be added to a particulartagviatagAddRenderHook().
See also
Other ui:
acc_list(),
add_sass(),
box_list(),
bs4Alert(),
bs_extract_status(),
bs_statuses,
col_10(),
col_11(),
col_12(),
col_1(),
col_2(),
col_3(),
col_4(),
col_5(),
col_6(),
col_7(),
col_8(),
col_9(),
copyright(),
css_props(),
dynamic_row(),
enurl(),
fa_arrow_icon(),
icon_sb(),
infoIcon(),
jq_hide(),
list_to_li(),
list_to_p(),
make_action_button(),
make_columns(),
rep_br(),
tagRemoveAttributes(),
ui_row(),
ui_tabs(),
undisplay(),
with_red_star()