0👍
✅
This would do the trick
https://jsfiddle.net/yw18so9z/4/
onSortChange(column){
this.filter = this.filter.slice(0)
},
Source:stackexchange.com
0👍
This would do the trick
https://jsfiddle.net/yw18so9z/4/
onSortChange(column){
this.filter = this.filter.slice(0)
},