© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
2 replies
dyo

isTableRecordSelectable is not working

I want to hide bulk select in certain records with the following conditions, but when it met, the bulk checkbox is still exist, what did I miss?

public function isTableRecordSelectable(): ?Closure
    {
        return fn(Model $record): bool => !in_array($record->status_konf, ['Sukses', 'success', 'Paid']);
    }
public function isTableRecordSelectable(): ?Closure
    {
        return fn(Model $record): bool => !in_array($record->status_konf, ['Sukses', 'success', 'Paid']);
    }
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

Sorting is not working
FilamentFFilament / ❓┊help
3y ago
modalSubheading is not working?
FilamentFFilament / ❓┊help
3y ago
unique is not working
FilamentFFilament / ❓┊help
3y ago
Redirect is not working properly
FilamentFFilament / ❓┊help
16mo ago