BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.dataSourceSettings = {
enableSorting: true,
columns: [{ name: 'Year' }],
values: [{ name: 'Sold', caption: 'Units Sold', type: 'Sum' }, { name: 'Amount', caption: 'Sold Amount', type: 'Avg' }, { name: 'Quarter', caption: 'Quarter', type: 'Count' }],
dataSource: this.getPivotData(),
rows: [{ name: 'Country' }],
formatSettings: [{ name: 'Amount', format: 'C0' }],
expandAll: false,
filters: []
};
|