You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature does not support including other Livewire components (e.g. Actions)
And indeed: when using the infinite scrolling, all action buttons disappear. I have two questions on this:
I'd like to understand, why this was decided. Is there any technical reason that prevents lazy loaded action buttons from working correctly?
Is there a known work-around or solution? Like can I use a field with a custom wire:click="doSomething" attribute? Or won't that work for the same reasons?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone and first things first: thank you for providing and maintaining this great package!
I have a question regarding lazy loading. The documentation states:
Note
This feature does not support including other Livewire components (e.g. Actions)
And indeed: when using the infinite scrolling, all action buttons disappear. I have two questions on this:
wire:click="doSomething"
attribute? Or won't that work for the same reasons?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions