diskman
diskman
@ratiw I try to use :append-params="$store.state.t.searchParams" to bind search criteria object but it doesn't work when executing event this.$refs.vuetable.refresh(). Is there any method to bind search criteria with store (...
@ratiw because I use vue 2.0 version I was not able to use ``` this.$nextTick(function() { this.$broadcast('vuetable:refresh') }) ``` I have used ``` this.moreParams = this.$store.getters.searchParams ... this.$refs.vuetable.refresh() ``` It...
@ratiw sorry for confusion, I try to get it more clear [here](https://github.com/ratiw/vuetable-2/issues/20) - "supporting append-paramas object containing array type property"
This is ok for now, thank you.