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
Hi everyone. I noticed that on large tables the modal popup time is equivalent to the loading time of the table, because the entire table is recalculated even when it's not necessary.
It seems rather inefficient to me that it requires a full compute of the table and also sends over so much unnecessary data via ajax.
I did find this post livewire/livewire#7903 from Dan about some possible solutions, which I assume would fix this?
Currently is there any way to improve the performance/behavior of modals or does it require some change on the livewire side of things? I am new to livewire so my apologies in advance if this is a dumb question.
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
-
Package
Table builder
Package Version
v3.2.32
How can we help you?
Hi everyone. I noticed that on large tables the modal popup time is equivalent to the loading time of the table, because the entire table is recalculated even when it's not necessary.
Example steps to reproduce:
It seems rather inefficient to me that it requires a full compute of the table and also sends over so much unnecessary data via ajax.
I did find this post livewire/livewire#7903 from Dan about some possible solutions, which I assume would fix this?
Currently is there any way to improve the performance/behavior of modals or does it require some change on the livewire side of things? I am new to livewire so my apologies in advance if this is a dumb question.
Beta Was this translation helpful? Give feedback.
All reactions