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?

WeaponX86WeaponX86 Posts: 40Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
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]
This discussion has been closed.