I would like to be able for example to display ok in green in {"status": "ok"} and error in red in {"status": "error"}.
I think we could have an optional format field in config with a callback that has value and type as arguments. The return value can alter the output (maybe adding a CSS class).
I would like to be able for example to display
okin green in{"status": "ok"}anderrorin red in{"status": "error"}.I think we could have an optional
formatfield inconfigwith a callback that hasvalueandtypeas arguments. The return value can alter the output (maybe adding a CSS class).