How to create custom column for display widget in table?
I want to display widget in table
4 Replies
What? Tables don’t have widgets.
You can render the widget in a table by rendering the livewire class. as per:
https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view
And use the new htmlstring and blade render. But this would generally at a lot of overhead and not advised.
What are you trying to display?
https://filamentphp.com/plugins/lara-zeus-inline-chart
This may be helpful
Filament
Inline Chart ⚡️ Column Component by Lara Zeus - Filament
Easily add any chart in table column
I want to create chart for each one record if i want display that in header I have many charts
In relation manger does not work