Set plain text formatter
Arguments
- widget
A
tabulator()
HTML widget.- columns
The names of the columns the formatter is applied to.
- hoz_align
(character): The horizontal alignment of the column.
Value
The updated tabulator()
HTML widget
Examples
tabulator(iris) |>
set_formatter_plaintext("Species", hoz_align = "right")