Hi,
i would like to know why the Javascript Initialization Code for IG Column doest not works.
1- I added in the Javascript Initialization Code for IG Column that code to change the header for the column
function( options ) {
options.name ="column\_name"
console.log(options)
return options;
}

The console give me that output

But the GRID Column is the same.
Somebody can help please?
Thanks
Pierre