dyo
Before method in repeater delete action
here's the simplified schema of my case.
distribution table: id, company
distribution_detail table: distribution_id, goods_id, qty
stock table: goods_id, company_id, qty
goods: id, name
the repeater is the distribution_detail at the distribution form.
23 replies
Problem in table tabs at the custom page
I'm taking example from here, the table is in custom page
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
9 replies