Filter records with infinite scrolling #1731
Unanswered
l0n3s0m3-w0lf13
asked this question in
Help (Vue)
Replies: 1 comment
-
Just came across your question, and even though it's a few months old, I think this will help. The videos page demoed on the series incorporates what i think you're looking for. Check it out here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hewo, I just completed the Infinite Scrolling in Inertia course from Laracast and at the end of it, it doesn't contemplate the implementation of filters.
On the back-end (with Laravel) side everything is done and functional as usual, but I'm very lost on how to make it work on the front-end using Vue and Inertia.
I've tried so many things, like
watchers
,hooks
, reset the items... but by default it only works if the page is reloaded completely and not dynamically by typing. I understand that this may be because the ref items are not updated when refetching, but I don't know how I could do it either.The files are as follows:
I would appreciate any help, ty :heart_decoration:!
Beta Was this translation helpful? Give feedback.
All reactions