Provide a custom JS renderer for one or more columns. Use this when
you need fine control over columns.render, including returning
different outputs based on type (display/sort/filter/type).
Usage
dt2_cols_render_js(options = list(), col_specs, js_render)Arguments
- options
List returned, with
columnDefsappended.- col_specs
Column names or indices.
- js_render
A
htmlwidgets::JS()function of signaturefunction(data, type, row, meta) { ... }.
