© 2026 Hedgehog Software, LLC

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

how can i use dark mode when using table as component?

basically i have a custom route

Route::get('seeds', ListSeeds::class);
Route::get('seeds', ListSeeds::class);


<x-filament::section>
    <x-slot name="heading">
        User details
    </x-slot>
 
 <div>
    {{ $this->table }}
</div>

    {{-- Content --}}
</x-filament::section>
<x-filament::section>
    <x-slot name="heading">
        User details
    </x-slot>
 
 <div>
    {{ $this->table }}
</div>

    {{-- Content --}}
</x-filament::section>


am i only able to use the theme when using a panel?
image.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

How to disable dark mode when using tables as Livewire component
FilamentFFilament / ❓┊help
2y ago
Table recordClasses dark mode
FilamentFFilament / ❓┊help
2y ago
Table to dark mode
FilamentFFilament / ❓┊help
3y ago
Filament Table Dark Mode with Jetstream and tailwinds dark mode changing using javascript.
FilamentFFilament / ❓┊help
3y ago