In the relation page ive created between forms & responses (one to many), id like to get the parent record inside the columns function in the table method, how to?
i also want to retrieve it in here:
public function getTitle(): string | Htmlable{ return $form->title . ': ' . __('Responses');}
public function getTitle(): string | Htmlable{ return $form->title . ': ' . __('Responses');}