Vuetify: [Feature Request] Pull to refresh directive

Created on 20 May 2018  ·  2Comments  ·  Source: vuetifyjs/vuetify

[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/

New Component Framework low feature

Most helpful comment

Hope this feature can be implemented ASAP. Thanks.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings