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
Dennis Koch
Dennis Koch4w ago
What's the use of a ListPage without the table? Maybe explain what you are trying to do
jkbcoder
jkbcoderOP4w ago
i want use it like that
No description
Dennis Koch
Dennis Koch4w ago
Otherwise: If you remove $this->table you loose all other functionality so you could just do a plain Livewire component

Did you find this page helpful?