delboy1978uk
delboy1978uk
FFilament
Created by delboy1978uk on 2/17/2025 in #❓┊help
Modal with relationship table crud
Our old livewire edit order page had a row of items displaying on it. one of the columns was a count of associated rows from another table, which upon clicking would open a modal displaying those rows, can anyone tell me how this is possible? Currently I just display the row count as follows..
ViewColumn::make('step_count')
->view('tables/columns/step-count')
->action(function () {
// open modal here??
})
ViewColumn::make('step_count')
->view('tables/columns/step-count')
->action(function () {
// open modal here??
})
8 replies
FFilament
Created by delboy1978uk on 2/13/2025 in #❓┊help
Refresh a table
No description
12 replies