Use filament Components outside filament
Can I use filament components like a table outside filament assuming I have a simple laravel app with a simple dashboard but I want to use filament tables
15 Replies
you can add a table to an existing livewire component
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component
same with forms
before that, u should obviously install filament tables:
https://filamentphp.com/docs/3.x/tables/installation#new-laravel-projects
thank you
so much
let me try it
open dev tools, show the errors that u r getting
no error
in the console and rhe network tab
the css is not rendering
if the project has a small codebase i would:
- install fresh laravel -> then install jetstream -> then install filament tables - done
or:
- install fresh laravel -> install filament admin panel - done
and then put ur codebase on top of it
else, debug where the error is comming from & provide more info what r u trying so helpers can help u better
I didnot install jetstream
I only installed filament and livewire
The project is not small we are almost getting done but I wnated to update our tables to use filament tables
okay, so create a new laravel project, install jetstream and checkout how they do it - css, js, app layout
so u compare it with ur project & see what is missing
ok then
hello
I managed to connnect the two but the challenge am facing is adding actions to the table now
I managed to connnect the twonice
I managed to connnect the twocreate a new help thread for that, explaining it with detail, since this is another question in the new question, u can ping me if u like
hey i have pinged you
did u read what i wrote?
or u havent created a new help thread or u havent pinged me there
u direct messaged me
@codeartisan