Skip to content

Commit

Permalink
feat: Addition to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 28, 2016
1 parent 84cd613 commit ed7b349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions dev/components/components/data-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default {
{
label: 'Source',
field: 'source',
filter: true,
sort: true,
width: '120px'
},
Expand Down
6 changes: 0 additions & 6 deletions src/vue-components/data-table/plugins/filter/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export default {
watch: {
'filtering.terms' () {
this.resetBody()
},
'config.filter' (value) {
if (!value) {
this.toolbar = ''
this.filtering.terms = ''
}
}
},
computed: {
Expand Down

0 comments on commit ed7b349

Please sign in to comment.