Undefined amount of image in a cell

Undefined amount of image in a cell

poutchyoukpoutchyouk Posts: 17Questions: 0Answers: 0
edited June 2013 in General
Hello everybody,

I use Server side processing to fill my datatable. I would like yo konw how, depending of a state I send to the table, i can display more than one image.

I havn't tested yet but my guess is to send someting like that instead of a state.
[code]""[/code]
And, in the init of my table, puting something like that:
[code]"sName" : "STATE",
"fnRender" : function (oObj) {
document.write(oObj.aData[index])
}[/code]

Please tell me if I'm wrong.
Thanks.
This discussion has been closed.