Custom Html Widget.
Can someone help me create a custom html widget that will get the data from db.
i attached the desired look
in the documentation i can see only chart or stat widgets.
can i render a blade template for each record in the db ?
7 Replies
No but you can render one widget that displays the records so they look like separate widgets. https://github.com/awcodes/overlook does something similar using filaments grid container to render each item as a “widget”.
GitHub
GitHub - awcodes/overlook: An app overview widget for Filament panels.
An app overview widget for Filament panels. Contribute to awcodes/overlook development by creating an account on GitHub.
can you teach me how to custom this widget @awcodes
What?
I was referencing that plugin as an example on how to use one widget to make it look like several widgets.
GitHub
GitHub - awcodes/overlook: An app overview widget for Filament panels.
An app overview widget for Filament panels. Contribute to awcodes/overlook development by creating an account on GitHub.
@awcodes
Please read the Readme. The first thing mentioned after the composer install is about the styling.
thank you