dkulyk / nova-tabs

Another Laravel Nova Tabs Package
58 stars 7 forks source link

Pagination settings for rows in HasMany grid #17

Closed asilverstein closed 4 years ago

asilverstein commented 4 years ago

Currently the pagination is fixed to 5 rows per page for HasMany grids. Is this configurable?

tabs-hasmany-pagination

asilverstein commented 4 years ago

I found the setting $perPageViaRelationship, which works. But I would actually like to show the Filters funnel that gives all the filter options (as well as pagination options). Is that possible?

dkulyk commented 4 years ago

This is not Tabs component. Use Laravel Nova documentation.

asilverstein commented 4 years ago

Is it possible to show the filters for a resource that lives inside a tab?