simple-datatables

tableRender

Type: boolean \ function(data, table, type)

Default: false

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

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