set_multi_column_header | R Documentation |
Set multi column header
set_multi_column_header(widget, multi_columns)
widget |
A |
multi_columns |
(list): Multi column definitions. |
The updated tabulator()
HTML widget
multi_columns <- list(
Sepal = c("Sepal_Length", "Sepal_Width"),
Petal = c("Petal_Length", "Petal_Width")
)
tabulator(iris) |>
set_multi_column_header(multi_columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.