VR
Edit resource not saving with custom livewire table component in tabs
Hi guys,
I have a strange behaviour using custom livewire component with tabs.
On the Edit/Create resource I have multiple tabs. Most of them are simple form builders and that's working fine. But when I add a new tab with a custom livewire component (that is only a filament table listing), on trying to save/update the other tabs data is not working, is not able to call the save.
Do you encounter something like that? Any insights?
Best regards
4 replies
Action heavy loading
I have a problem with adding actions; it is slowing down the table load.
I discovered that if I remove the
the ->action()
function from the action itself, the actions are rendering fast, so conditions are not a problem. Is that an expected behavior? is there any official way to call some functions without the ->action() function?
Because if I remove the ->action() function then the form builder or requireConfirmation does not work at all.1 replies
Table actions on demand
Hi guys,
I need to load actions on demand. Is that possible? I want that the data to be loaded first (without any actions related to being rendered) and the actions to be computed after that, or maybe by clicking on the action group to compute all the actions available for that record.
Because I have a lot of records and on each record, I have multiple actions (9-14) and each action has multiple conditions if I show the action or not. I tested with and without actions and the difference in about 30-40%.
Do you guys have any insights on the matter?
PS: I'm still using filament v2.
Best regards,
Vasi
15 replies