devpoolxx
Filament table builder using union query
I have a table with custom union query combining records from 2 tables. The list is displayed properly but when clicking the record, it gives the wrong model and some records have the same ID thus giving back the wrong record.
Is there a way so let filament table know which column should be the unique?
```
7 replies
How to close action confirmation modal after form validate fails?
I have a custom livewire component that has a form with rules and submit action.
The problem is when there are validation errors, I cannot close this confirmation modal automatically.
9 replies
Table action modal calling 2 more `update` endpoints when being closed.
Filament v3 upgraded, the performance is really fast on my local but on dev server (ec2 with t2.medium). The slowness is really noticeable when clicking a table action that opens a modal with infolist. After closing it, there 2 more api calls that are very slow to this endpoint:
livewire/update
which blocks the next action so clicking other record wont fire and then the modal wont get displayed.
Also I cannot find in documentation on how to show table skeleton loading which are present by default on v2.
Thank you very much in advance 🙂 and thank you for your work on filament 🙂1 replies