igorclauss
Disable view action when click on row
https://filamentphp.com/docs/3.x/tables/advanced
"You may allow table rows to be completely clickable by using the $table->recordUrl() method:"
When you pass null it won't be clickable anymore.
11 replies
Save record and repeater with all Relationships on add item click
Okay, fair point.
I had issues on the edit page.
I have the record, a related hasMany Repeater and within a hasMany select.
And I want to save the state of all on addItem button click.
Can I really just hook into the stateUpdated event for this?
5 replies