ParamQuery Grid keeps the view separate from model (data), hence it offers callback function to render the cells differently from the underlying data. Any valid HTML can be rendered in the cells including inline images.
In the below example, the arrows displayed in the Price column are dependent upon Change column; if Change column is -ve, there is a down arrow otherwise there is an up arrow.