F
Filamentβ€’12mo ago
_wbit

How disable Table create button?

disableTableCreateButton
Solution:
```PHP // YourResource.php public static function canCreate(): bool { return false; ...
Jump to solution
3 Replies
Solution
BlackShadow
BlackShadowβ€’12mo ago
// YourResource.php
public static function canCreate(): bool
{
return false;
}
// YourResource.php
public static function canCreate(): bool
{
return false;
}
_wbit
_wbitβ€’12mo ago
thank you so much @blackshadownl
BlackShadow
BlackShadowβ€’12mo ago
YW πŸ‘