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
3 Replies
Solution
i was not adding HasTable and InteractsWithTable
Thank you for your response