Tables\Columns\ViewColumn::make('root step')->action(function (ItemProcessStep $step) {
$this->ownerRecord->root_step_id = $step->id;
$this->ownerRecord->save();
$this->reset(); // this does't work, what should I actually be doing?
})->view('tables.columns.root-step-radio', ['rootStep' => $rootStep]),
Tables\Columns\ViewColumn::make('root step')->action(function (ItemProcessStep $step) {
$this->ownerRecord->root_step_id = $step->id;
$this->ownerRecord->save();
$this->reset(); // this does't work, what should I actually be doing?
})->view('tables.columns.root-step-radio', ['rootStep' => $rootStep]),