assigning column to another column
assigning column to another column
Hi,
I have 5 columns, on the 5th column, I want to create a link, this link is actually a form that contains a few hidden fields, is there a way to get the values, say, from 1st and 2nd column and assign them to 5th column form? thanks
I have 5 columns, on the 5th column, I want to create a link, this link is actually a form that contains a few hidden fields, is there a way to get the values, say, from 1st and 2nd column and assign them to 5th column form? thanks
This discussion has been closed.
Replies
I am creating a input field using fnRender as following, just oObj.aData[3] alone, it shows the data, but with , when I view the source, it shows,
';
Is this normal? Wont it show the value in view source? thanks
[code]
"aoColumns": [
{
"bSortable": false,
"bUseRendered": false,
"fnRender": function ( oObj ) {
return '';
}
},
[/code]