i.e,
- if user collection contains two field
amt1 and amt2
- using
columns: [{title: "toatalamt", data: 'total()'}], totalamt field doesn't exists in user collection.
- and meter helper as below.
User.helpers({
total: function () {
return this.amt1 + this.amt2;
}
});
The sort icon doesn't appears on totalamt column