Custom Page with a Table Resource?
I'd like to know if it is possible to create a custom page which also holds a Table Resource? I want to have some custom actions above a Table and some text.
8 Replies
custom page is just a livewire component and you can use filament tables in livewire component
check the docs
Can you link the documentation? How to use filament table in livewire components?
thank you so much
Start searching yourself. It will help later
Thanks. As Search, Sorting and Filtering don't seem to work, I think this is not the right approach for me.
Is it also possible the other way around? So that I can show a custom view above a standard Filament Resource?
Sorting and filtering should be working
Yeah, but it doesn't? I followed the guide. No sorting, searching and actionbuttons are being generated. Only the table. Same configuration as with a normal EditPage Resource.