Replies: 3 comments 7 replies
-
In what way are you looking to defer loading? Is there an event you're waiting for? Is the Table a child component of another Livewire component? |
Beta Was this translation helpful? Give feedback.
-
I have a similar need, we render a few tables on the page at once with decently large data sets and waiting for all of the tables to fully load adds 3-4 seconds to the overall page load. Would prefer to have the page load first and then the tables like with wire:init. |
Beta Was this translation helpful? Give feedback.
-
Would lazy loading help with this? https://livewire.laravel.com/docs/lazy |
Beta Was this translation helpful? Give feedback.
-
Can you please advise me how to achieve defer loading for table component?
Beta Was this translation helpful? Give feedback.
All reactions