© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
27 replies
gigiloouu

add widget inside the table view

Hello, i want to add chart widget inside table view. like when i click row and go view i want to show this item widget. down size somewehere... is there any good plugin for make it simple? or anything ? i try to create widget inside
Supplier Resource
Supplier Resource
write default code which is written in documentation, also next i add
   protected function getContent(): array
    {
        return [
            SupplierWidget::class,
        ];
    }
   protected function getContent(): array
    {
        return [
            SupplierWidget::class,
        ];
    }
this code in viewSupplier but its not showing.. any ideas how i can make it simple and good ?
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

Accessing table query from stat widget (but inside the ViewRecord page)
FilamentFFilament / ❓┊help
3y ago
Add view to table page
FilamentFFilament / ❓┊help
2y ago
Action inside Resource ViewAction blade view
FilamentFFilament / ❓┊help
3y ago
Add table inside wizard form
FilamentFFilament / ❓┊help
2y ago