[Feature Request] Pull to refresh directive
Problem to solve
Reduces the gap between native and web applications
Proposed solution
A directive implementation OR as a Boolean attribute on a block-level component, for example “pull-to-refresh” = true on the v-data-table component, would add a pull to refresh component between the table header & body.
An example implementation of pull-to-refresh feature for consumption via the web is: https://www.boxfactura.com/pulltorefresh.js/
Here is an implementation of the component in VueJS: https://github.com/stackjie/vue-pull-to/blob/master/README.md
Hope this feature can be implemented ASAP. Thanks.
Most helpful comment
Hope this feature can be implemented ASAP. Thanks.