dt2_col_button: Action button per row

View source: R/dt2_inputs.R

dt2_col_buttonR Documentation

Action button per row

Description

Action button per row

Usage

dt2_col_button(
  options = list(),
  col,
  label = "Action",
  input_id_prefix = "row_btn_"
)

Arguments

options

Options list.

col

Target column (name or 1-based index).

label

Button label.

input_id_prefix

Prefix for element ids (e.g., "row_btn_").

Value

Updated options.


DT2 documentation built on June 14, 2026, 9:06 a.m.