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
krekas
krekas2y ago
custom page is just a livewire component and you can use filament tables in livewire component check the docs
Homd
Homd2y ago
Can you link the documentation? How to use filament table in livewire components?
Homd
Homd2y ago
thank you so much
krekas
krekas2y ago
Start searching yourself. It will help later
Daniel Plomp
Daniel PlompOP2y ago
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?
krekas
krekas2y ago
Sorting and filtering should be working
Daniel Plomp
Daniel PlompOP2y ago
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.

Did you find this page helpful?