hans-pragt

Results 2 comments of hans-pragt

I ran into this as well, and I modified the component as follows, seemingly without any bad side effects (although I could be wrong): ``` mounted() { this.$refs.my_dynamic_scroller.$refs.scroller.sortViews = function()...

I ran into this issue when trying to add custom filtering to a data table, it seems `filterFunction` is never called the match mode is `CUSTOM`. Is there an alternate...