Custom View Page using Filament Table Builder
I want to create a custom view page that can use Filament's Table Builder and build tables instead of using HTML/CSS . I am sure that's why FIlmanet tables is for. but I am confused about how to do it.
I have a ViewOrder.php where I have done this:
protected static string $view = 'filament.resources.orders.pages.view-order';
</x-filament::page>
html and css code here
</x-filament::page>
It is working fine but I am using html/css to manually build the page.
I have a ViewOrder.php where I have done this:
protected static string $view = 'filament.resources.orders.pages.view-order';
</x-filament::page>
html and css code here
</x-filament::page>
It is working fine but I am using html/css to manually build the page.