Description Usage Arguments Functions See Also
The inevitable HTML table, with special case cells.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | bulma_table(
...,
bordered = FALSE,
striped = FALSE,
narrow = FALSE,
hoverable = FALSE,
fullwidth = FALSE
)
bulma_table_container(...)
bulma_table_header(...)
bulma_table_footer(...)
bulma_table_body(...)
bulma_table_row(..., selected = FALSE)
bulma_table_cell(...)
bulma_table_heading(...)
|
... |
(tags) content |
bordered, striped, narrow, hoverable, fullwidth |
(flag) styling parameters. |
selected |
(flag) highlight this row |
bulma_table
: the main container; contains header, footer, and body.
bulma_table_container
: wraps around bulma_table()
in order to make it a scrollable element.
bulma_table_header
: is the table header; contains a bulma_table_row()
.
bulma_table_footer
: is the table footer; contains a bulma_table_row()
.
bulma_table_body
: is the main body and contains many bulma_table_row()
s.
bulma_table_row
: creates a table row that contains bulma_table_cells()
.
bulma_table_cell
: is a column inside the bulma_table_row()
.
bulma_table_heading
: is a table cell for inside bulma_table_header()
.
Other Bulma Elements:
bulma_block()
,
bulma_box()
,
bulma_button()
,
bulma_content()
,
bulma_icon()
,
bulma_image()
,
bulma_notification()
,
bulma_progress_bar()
,
bulma_tag()
,
bulma_title()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.