HappyFlower
Force import\export in filament to be synchronous.
How to force import\export in filament to be synchronous. I tried to use it as is, but now there are two problems:
1) To see the changes (toggle column) i need to refresh the page (f5)
2) To read the notification i need to click on the bell icon (but I want a pop-up notification in which "was imported successfully...."
I'm trying import/export list of "allowed" countries (where company work, can receive payments)
I want:
1) import\export button
2) The file is uploaded + properties mapping
3) The data is added synchronously and the livewire table is immediately updated + the notification “Successfully added...” is sent.
4 replies