Skip to content

Commit

Permalink
Add notify for sortOn and descending columns
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian authored and nomego committed Feb 2, 2018
1 parent 02d9a2b commit a4175d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cosmoz-omnitable.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@

descending: {
type: Boolean,
value: false
value: false,
notify: true
},

sortOn: {
type: String,
value: ''
value: '',
notify: true
},

sortOnColumn: {
Expand Down

0 comments on commit a4175d5

Please sign in to comment.