
Orthogonal render (display/sort/filter/type) per column
Source:R/dt2_formats.R
dt2_cols_render_orthogonal.RdSupply different renderers for each orthogonal data request. Pass an
object with keys display, sort, filter, type
(all optional). Each value must be a JS function.
Usage
dt2_cols_render_orthogonal(
options = list(),
col_specs,
display = NULL,
sort = NULL,
filter = NULL,
type = NULL
)