Auto-refresh resource table after a widget form been submited #14837
Answered
by
devhoussam1998
devhoussam1998
asked this question in
Help
-
PackageTable builder Package Version3.2.124 How can we help you?ProductResource.php
ListProducts.php
Search.php
|
Beta Was this translation helpful? Give feedback.
Answered by
devhoussam1998
Nov 18, 2024
Replies: 1 comment
-
Solve it: Adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devhoussam1998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solve it:
Adding
$this->dispatch('refreshTable');
increate()
thenprotected $listeners = ['refreshTable' => '$refresh'];
in ListProducts