/* Formating function for row details */
function fnFormatDetails ( nTr )
{
var aData = oTable.fnGetData( nTr );
sOut = '<div class="uTags">'+aData[8]+'</div>';
sOut += '<div class="sTags">'+aData[7]+'</div><p>test</p>';
return sOut;
}
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.