Skip to contents

Sorts shiny.tags into columns based on the maximum number of columns (max_cols) per row. [Experimental]

Usage

make_columns(x, max_cols = TRUE, fn = list(bs4Dash::box, bs4Dash::column)[[1]])

Arguments

x

(shiny.tags)

max_cols

(logical/integer) Either TRUE Default for a default of 4 columns per row, FALSE for no columns, or an integer indicating the max number of columns.

fn

fun with which to wrap each column's content. Typically box or column

Value

(list(s))

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(), col_auto(), copyright(), css_props(), dynamic_row(), enurl(), fa_arrow_icon(), icon_sb(), infoIcon(), jq_hide(), list_to_li(), list_to_p(), make_action_button(), rep_br(), tagRemoveAttributes(), ui_row(), ui_tabs(), undisplay(), with_red_star()