-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Pull to refresh directive #4099
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. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@johnleider do we still interested in this component? |
Reach out to me on Discord. |
I'd like to know if there's any news about the Pull Refresh component. |
Dev who was working on it slipped away. Could use a hand if you're interested. |
[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/
The text was updated successfully, but these errors were encountered: