Custom list page view
i have use Custom list page view ,
i want get query data to use custom table without use $this->table ,
how can do that , passing data from Resource to pages ??
4 Replies
What's the use of a ListPage without the table?
Maybe explain what you are trying to do
i want use it like that
Not exactly the same, but maybe
->contentGrid()
works for you:
https://filamentphp.com/docs/3.x/tables/layout#arranging-records-into-a-gridOtherwise: If you remove
$this->table
you loose all other functionality so you could just do a plain Livewire component