How to add pagination in Laravel Nova Tool? So the problem is that Resources have pagination out of the box, but when you use Tool as custom Resource, then you don't have pagination. Do I have to use another npm package and do it manually, or use existing one that is used in Resources?
Any idea about that?
I'd imagine you have to use it yourself.
Have a look at index.vue within the Nova resources directory and see how Taylor does it.
Pray tell why would you need pagination in an admin panel?
It's an admin panel to click on something and actually go somewhere when the pagination is actually needed.
@jlrdw when you have for example cars in company page, and you want to go through cars, and actually want to see it all in one page
and you want to go through cars, and actually want to see it all in one page
Laravel = the php mvc framework
nova = admin area.
So use the framework's models, views, and controllers for displaying the cars.
A link in the admin area to the applicable page.
@jlrdw I know that, but idea is that you see that cars in admin area, which is more like an app, then like dashboard. Hope you understand that.
Please sign in or create an account to participate in this conversation.