showing extra information only in row details
showing extra information only in row details
Hello,
is it possible to set hidden information in a column/cell and get them only by clicking the details button?
I thought to set another column and hide it, after the initialization, but maybe there is a better way to realize this?
btw can i name the cells so i could call [code]aData = oTable.fnGetData( nTr );
return aData["columname"];[/code] instead of aData[3] ?
thank you
is it possible to set hidden information in a column/cell and get them only by clicking the details button?
I thought to set another column and hide it, after the initialization, but maybe there is a better way to realize this?
btw can i name the cells so i could call [code]aData = oTable.fnGetData( nTr );
return aData["columname"];[/code] instead of aData[3] ?
thank you
This discussion has been closed.