F
Filamentβ€’17mo 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β€’17mo ago
// YourResource.php
public static function canCreate(): bool
{
return false;
}
// YourResource.php
public static function canCreate(): bool
{
return false;
}
_wbit
_wbitOPβ€’17mo ago
thank you so much @blackshadownl
BlackShadow
BlackShadowβ€’17mo ago
YW πŸ‘
Want results from more Discord servers?
Add your server