Multiple variables.
Multiple variables.
djonepl
Posts: 3Questions: 2Answers: 0
I am trying to render one column with multiple data values but i am just not sure on how to do it.
Ive done this but it only loads the mData3 in to the data var. Is there a good way of doing it ?
'aTargets': [ 6 ],
'mData': [6],
'mData': [3],
'mRender': function ( data, type, full ) {
var prov = '3';
return '<span class="button-group"><a href="#'+data+'">Edit</a> <a href="#'+data+'">Move</a></span>';
}
Thanks.
This discussion has been closed.