set_formatter_plaintext: Set plain text formatter

View source: R/columns.R

set_formatter_plaintextR Documentation

Set plain text formatter

Description

Set plain text formatter

Usage

set_formatter_plaintext(widget, column, hoz_align = "left")

Arguments

widget

A tabulator() HTML widget.

column

The name of the column 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")

rtabulator documentation built on Sept. 23, 2024, 5:11 p.m.