Skip to content

is there any plan to support sorting on calculated fields? #434

@dipakyadav

Description

@dipakyadav

i.e,

  1. if user collection contains two field amt1 and amt2
  2. using columns: [{title: "toatalamt", data: 'total()'}], totalamt field doesn't exists in user collection.
  3. and meter helper as below.
User.helpers({
  total: function () {
    return this.amt1 +  this.amt2;
  }
});

The sort icon doesn't appears on totalamt column

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions