Grouped row in Filament together with action
I have the following table in Filament:
If I dump the
$record
from the text column's state
function, it successfully returns all the original_ids
from my query comma seperated (2,4,5). However, if I dump the $record
from the action, it only takes the first one: original_ids => 2
How can I get all the original_ids
in the action for my grouped record?0 Replies