Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Bulk actions which is only visible when 2 rows are selected - Filament
F
Filament
•
16mo ago
•
11 replies
Mook
Bulk actions which is only visible when 2 rows are selected
I
'm trying to make a bulk action appear only when 2 table rows are selected
. I
'm using the visible function to try and achieve this
:
->visible(fn ($livewire) => $livewire->selectedTableRecords == 2)
->visible(fn ($livewire) => $livewire->selectedTableRecords == 2)
But this livewire array always seems to be empty no matter how many rows are selected
?
I
'm stuck
, please help
.
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Bulk Actions
F
Filament / ❓┊help
2y ago
Bulk Actions
F
Filament / ❓┊help
3y ago
Can I show bulk action only when a specific filter is selected?
F
Filament / ❓┊help
3y ago
Uncheck/Un-toggle other rows when checkbox is selected
F
Filament / ❓┊help
3y ago