-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug]: table only updates on hard refresh #11
Comments
I don't know if this is helpful, but when I messed with your source files, I was able to fix the problem by converting your form into a Filter field like this. It necessarily involved getting rid of the nice form display you have, but it fixes the issue of live updates not happening. I'm not exactly a Livewire expert, but it seemed like the table wasn't really able to react to changes in the form before a refresh.
|
What happened?
I cannot currently filter the table dynamically, as the table only correctly updates on page refresh when applying a new filter.
How to reproduce the bug
Package Version
1.0.9
PHP Version
8.3
Laravel Version
11.7.0
Which operating systems does with happen with?
Linux
Notes
Issue Demo
Filter.Refresh.Issue.mov
Additional Context
There was a refresh before the page (1) filter value was switched from '30 minutes' to 'Week' and updated to show the new user in the list and (2) before the new user was removed when the filter value was switched from 'Week' to '24 hours'.
The text was updated successfully, but these errors were encountered: