Posted 18 December 2017, 10:47 pm EST
Hi,
I created pivot panel, pivot grid similar to demo but in Angular2.
http://jsfiddle.net/troy_taylor/3dzfe288/
Based on the configurations, we show custom header names like below:
ng.fields[0].header = “My Country”;
But when the cell is clicked, detailed view populated is still showing original header rather than custom header.
Example:
In the above link, please add the following line at line 37.
ng.fields[0].header = “My Own Country”;
When the grid is populated, clicking on any cell shows detailed view. But this child grid display “Country” instead of “My Own Country”.
