We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i.e,
amt1
amt2
columns: [{title: "toatalamt", data: 'total()'}]
totalamt
User.helpers({ total: function () { return this.amt1 + this.amt2; } });
The sort icon doesn't appears on totalamt column
The text was updated successfully, but these errors were encountered:
I doubt it at this point. The only thing meteor-tabular seems to be able to sort (and search) is native data fields on the document.
meteor-tabular
So denormalizing this value to your actual document is one work-around.
Sorry, something went wrong.
Anybody have any workarounds for this? Was thinking of way to override the orderable events and then pass in a sort option to the pub
orderable
sort
pub
No branches or pull requests
i.e,
amt1
andamt2
columns: [{title: "toatalamt", data: 'total()'}]
,totalamt
field doesn't exists in user collection.The sort icon doesn't appears on
totalamt
columnThe text was updated successfully, but these errors were encountered: