Showing more then one table per view
Created 7 years ago by edsterI want to render 2 tables on one page with there own filters/headers etc.
How do you accomplish this?
I want to render 2 tables on one page with there own filters/headers etc.
How do you accomplish this?
This can be done by using the solution from here https://pyrocms.com/forum/channels/everything/how-to-render-a-table-builder-in-a-public-route-but-append-and-prepend-a-bunch-of-other-information
Create an array of $table->make() to pass to the view then iterate over them.