Mark columns to render raw HTML using a JS render function.
Usage
dt2_cols_html(options = list(), cols, js_render)Arguments
- options
Options list.
- cols
Names or 1-based indices.
- js_render
JS function (via htmlwidgets::JS) with signature
(data, type, row, meta)returning a string of HTML whentype == "display".
