© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
WashingtonG

Help hiding artifact from Resource

I have a Resource with Filament-Tree widget, I don't need the table, so I ended up "removing" it by returning a table without pagination:
public static function table(Table $table): Table
{
return $table
->paginated(false);
}

How can I attach a custom CSS class to the table so I can hide that shadow/highlight ?
case.png
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

Hiding dashboards conditionally (from navigation)
FilamentFFilament / ❓┊help
3y ago
Hiding "Dashboard" from a dashboard
FilamentFFilament / ❓┊help
3y ago
Accessing resource from resource manager link
FilamentFFilament / ❓┊help
2y ago
How to access resource from resource?
FilamentFFilament / ❓┊help
3y ago