Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146675 | Aug 13,2019 06:04 PM UTC | Aug 14,2019 11:14 AM UTC | JavaScript - EJ 2 | 1 |
![]() |
Tags: PivotView |
enginePopulated: function(args) {
var captions = ['A', 'B', 'C', 'D', 'E', 'F', 'G']
var i=0;
var obj = this.engineModule.fieldList;
for (var key in obj) {
if (obj.hasOwnProperty(key)) {
this.engineModule.fieldList[key].caption = captions[i];
i++;
}
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.