toeknee
Resource Page outside filament
So if it's part of a resource you would just create a filement custom page. That would mean it is part of the resource, to be outside means it's not part of the resource but is an independent component that harnesses the resource data. In this instance I would just . As such is shouldn't use a filamentphp route like you are oing.
I am guessing what you should be doing is loading a preview url (not admin panel scopped but standard policy scoped) that renders in an iframe in a custom filamentphp page. As such it'll render as normal in filament and also not be effected by the styling.
6 replies
could we send notification from clientside
Just add the notifications to your client side
https://filamentphp.com/docs/3.x/notifications/installation
3 replies
How to create custom column for display widget in table?
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?
12 replies
v4-alpha1 - Tabs do not render on spa
Hello, the current stance is to please report on github with a reproduction repo. Discord is pretty busy already with v3 support, not all supporters are fully up to date on v4 and Dan's main focus on on github and v4. Thank you!
3 replies