Showing more then one table per view
Created 6 years ago by edster

I want to render 2 tables on one page with there own filters/headers etc.

How do you accomplish this?

edster  —  6 years ago Best Answer

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.