© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Conditionally displaying delete action in a Repeater based on row - Filament
F
Filament
•
2y ago
•
10 replies
kennyhorna
Conditionally displaying delete action in a Repeater based on row
Hello
,
My model has a
"active
" field that should enable
/disable the deletion of the element in the repeater
.
I know that there
's a
->deleteAction(fn ($action) => ...)
->deleteAction(fn ($action) => ...)
function
, but I haven
't been able to figure out how to inject the current row
. I tried with
$state
$state
but the whole repeater array is included instead
.
Is there a way to accomplish this
?
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Delete Action Table Repeater.
F
Filament / ❓┊help
2y ago
Repeater inline delete action
F
Filament / ❓┊help
2y ago
Repeater: show delete button on each line conditionally
F
Filament / ❓┊help
3y ago
Before method in repeater delete action
F
Filament / ❓┊help
2y ago