© 2026 Hedgehog Software, LLC

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

How disable Table create button?

disableTableCreateButton
Solution
// YourResource.php
public static function canCreate(): bool
{
  return false;  
}
// YourResource.php
public static function canCreate(): bool
{
  return false;  
}
Jump to solution
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

Disable "Create" button
FilamentFFilament / ❓┊help
3y ago
How to disable/remove create button?
FilamentFFilament / ❓┊help
2y ago
How can to disable 'create & create another' button on createOptionForm
FilamentFFilament / ❓┊help
2y ago
Create a new button in table
FilamentFFilament / ❓┊help
3y ago