wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.12k stars 133 forks source link

datatable field is not updating automatically when closing a modal using closeModalWithEvents function. #418

Closed awesome1128 closed 7 months ago

awesome1128 commented 7 months ago

Hello , nice to meet you. I have a datatable with Edit and Delete button on each row, so I wanted to update value automatically when closing a modal. I tried to use closeModalWithEvents function, but this is not working, datatable field is not updating automatically. Can you please help me? Thanks.

image

awesome1128 commented 7 months ago

And another bug.

Please let me know why. Thank you.

awesome1128 commented 7 months ago

Hello , nice to meet you. I have a datatable with Edit and Delete button on each row, so I wanted to update value automatically when closing a modal. I tried to use closeModalWithEvents function, but this is not working, datatable field is not updating automatically. Can you please help me? Thanks.

image

Okay, I fixed this issue, never mind, thanks.