simple-datatables

rowRender

Type: boolean \ function(rowValue, tr, index)

Default: false

If specified, declares a callback to customise the rendering of all rows. The function can take 3 parameters:

You can either modify the tr in place, or you can return a new tr object in the same format.