Import csv on relation manager, how to refresh table after importing?
https://filamentphp.com/community/how-to-refresh-widgets-when-table-actions-are-fired
im trying to follow it but applying it into my case.
my case: import action on a relation manager table - refresh the table once the importation has finished
code:
(https://filamentphp.com/docs/3.x/actions/prebuilt-actions/import#lifecycle-hooks)
but the table doesnt reload. i guess this is because it depends on the notification that has been sent. so im not sure how to emit it also in the notification or something similar
im trying to follow it but applying it into my case.
my case: import action on a relation manager table - refresh the table once the importation has finished
code:
(https://filamentphp.com/docs/3.x/actions/prebuilt-actions/import#lifecycle-hooks)
but the table doesnt reload. i guess this is because it depends on the notification that has been sent. so im not sure how to emit it also in the notification or something similar