F
Filament9mo ago
Bloom

Tables in custom page

i have a made a custom page and on that custom blade view file i can display filament form but i am not able to render the table. Can you help me? : <x-filament-panels::page> <x-filament-panels::form wire:submit="save"> {{ $this->form }} <x-filament-panels::form.actions :actions="$this->getFormActions()" /> </x-filament-panels::form> {{ $this->table }} </x-filament-panels::page> : This is the custom view page i want to display the table below the form
Solution:
i was not adding HasTable and InteractsWithTable
Jump to solution
3 Replies
Solution
Bloom
Bloom9mo ago
i was not adding HasTable and InteractsWithTable
Bloom
Bloom9mo ago
Thank you for your response