Is it possible to add a client side column to server side data?
Is it possible to add a client side column to server side data?
WeaponX86
Posts: 40Questions: 0Answers: 0
I'm using 1.9.4
[code] var oLast = {
"aTargets": ["heading_icons"],
"sTitle": "icons",
"sName": "icons",
"mData": null,
"bSortable": false,
"bSearchable": false,
"mRender": function ( o, val ) {
return 'Comments Map History';
}
};
aoColumnDefs.push(oLast);[/code]
[code] var oLast = {
"aTargets": ["heading_icons"],
"sTitle": "icons",
"sName": "icons",
"mData": null,
"bSortable": false,
"bSearchable": false,
"mRender": function ( o, val ) {
return 'Comments Map History';
}
};
aoColumnDefs.push(oLast);[/code]
This discussion has been closed.