Apply a column setter function to multiple columns
Arguments
- widget
A
tabulator()HTML widget.- columns
(character vector): The columns the column setter function (
.f) is applied to. If set toNULL, it is applied to all columns.- .f
(function): The column setter function that updates the column settings.
- ...
Arguments that are passed to
.f.
Value
The updated tabulator() HTML widget