© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
16 replies
Jordy

Select Table record for bulk action on click

I want to select a record when clicked on, the
CanSelectRecord
CanSelectRecord
trait only has a deselect all method, but no select one.

I have tried
protected function getTableRecordActionUsing()
{
      return fn($record) => 
      $this->selectedTableRecords[] = $record;
}
protected function getTableRecordActionUsing()
{
      return fn($record) => 
      $this->selectedTableRecords[] = $record;
}


But this threw an error. Any help is appreciated
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Table Bulk Action
FilamentFFilament / ❓┊help
3y ago
Custom Bulk Action Select
FilamentFFilament / ❓┊help
3y ago
Action on click row table
FilamentFFilament / ❓┊help
2y ago
Auto select all rows for bulk action
FilamentFFilament / ❓┊help
3y ago