Filament Table Outside of Panel
I am looking for an example of how to use a filament table outside of a panel. I have followed the example in the v4 docs, but the page I get is not formatted correctly. Looks like it is missing CSS or the JS to make it work.
Solution:Jump to solution
I think I figured out what what going on. The docs don't clearly state (in this contect) that you need to add @filamentstyles and @filamentjs
3 Replies
First check the installation instructions for "invidual components" again:
https://filamentphp.com/docs/4.x/introduction/installation
Then follow this:
https://filamentphp.com/docs/4.x/components/table
Solution
I think I figured out what what going on. The docs don't clearly state (in this contect) that you need to add @filamentstyles and @filamentjs
Yeah it’s mentioned in the installation instructions