Add default sort to table
This commit is contained in:
parent
15b31f7c8a
commit
c8ffc95068
7 changed files with 25 additions and 3 deletions
|
@ -3,6 +3,7 @@ import Ember from 'ember';
|
|||
export default Ember.Component.extend(Ember.SortableMixin, {
|
||||
tagName: 'table',
|
||||
classNames: ['flakes-table'],
|
||||
sortProperties: [],
|
||||
|
||||
actions: {
|
||||
sortBy: function(property, ascending) {
|
||||
|
|
Reference in a new issue