table in custom page
i want to make a custom table in my custom page in my resource with records of another model then
resource.
5 Replies
.
you can use a table widget: https://filamentphp.com/docs/3.x/panels/dashboard#table-widgets
@awsqed when i make table widget and pass it in the custom page getHeaderWidgets() function then it has exception
Unable to find component: [app.filament.widgets.latest-orders]
Just follow the table builder docs. That’s how you do a table.
followed the docs but issue is widget is not rendering on view
Please see the code and exception