paper-data-table
paper-data-table copied to clipboard
Error: sort-by is not a helper
When implementing paper-data-table I am getting this error "sort-by is not a helper". What wrong I am doing?
sort-by comes from ember-composable-helpers. It was used in the demo application just to illustrate the use of the sort prop.
Me too. I got that error. How to solve?Pls help me.
As the maintainer mentioned, @bloodknight2010, you need the ember-composable-helpers
addon. You can get it with ember install ember-composable-helpers
.