© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
marianov24

disable clickable row with getTableRecordActionUsing() not working

I want to disable clickable rows, so i follow the docs:
https://filamentphp.com/docs/2.x/tables/getting-started#clickable-rows
https://filamentphp.com/docs/2.x/tables/getting-started#clickable-rows


I add to the Resoure:
protected function getTableRecordActionUsing(): ?Closure
    {
        return null;
    }
protected function getTableRecordActionUsing(): ?Closure
    {
        return null;
    }

and try too:
protected function getTableRecordUrlUsing(): ?Closure
    {
        return null;
    }
protected function getTableRecordUrlUsing(): ?Closure
    {
        return null;
    }

But is not working
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

Make single row not clickable
FilamentFFilament / ❓┊help
3y ago
Default clickable row action
FilamentFFilament / ❓┊help
3y ago
getTableRecordActionUsing() not working for me any idea??
FilamentFFilament / ❓┊help
3y ago
Clickable defaultGroup, instead of row
FilamentFFilament / ❓┊help
2y ago