Popup o the dispatch action are slow to load #1973
Replies: 4 comments 1 reply
-
Can you share precisely what you're doing to open a popup? |
Beta Was this translation helpful? Give feedback.
-
Edit This is my action button
this is my event to open the modal popup |
Beta Was this translation helpful? Give feedback.
-
So the issue isn't really table specific. You shouldn't be dispatching from the frontend, to the backend, to then dispatch to another component Instead Dispatch directly from the frontend to the component that you want to trigger. Then at the end, dispatch back to the original Component to get to update etc. I think you'd probably benefit from looking at and using Wire Elements Modal package, aa this is a clean, straight forward way to integrate modals with your solution. |
Beta Was this translation helpful? Give feedback.
-
Hi, can you share all of your action button implementation? I'm struggling with action button. I want to add a edit button with modal but i can't dispatch the event to edit method which is implemented in another component (e.g: Form component). |
Beta Was this translation helpful? Give feedback.
-
When I set the pagination to around 50 records in the datatable, the action buttons that open a popup become noticeably slow to load. I’ve tried several solutions, but the performance remains the same with that many records.
Beta Was this translation helpful? Give feedback.
All reactions