How to show image inside a cell

How to show image inside a cell

jigarshahjigarshah Posts: 5Questions: 0Answers: 0
edited June 2012 in General
I am getting image id in data.
I want to display image in cell...is there a way i can wrap content inside a cell with saying http:///getImage/{imageId}

Replies

  • QuentinQuentin Posts: 21Questions: 0Answers: 0
    edited June 2012
    Define one fnRender for your target with html inside like that :
    [code]
    "fnRender":
    function(obj) {
    return '
This discussion has been closed.