redlik's avatar

Pagination shows next prev instead of numbers

Hi folks, I have a small issue with my pagination view, not sure when this happened, did I switched something but instead of page numbers on my paginated pages I have next/prev buttons only. All my views are done via Livewire, if that matters, and I have just regular ...->links() functions on my template. Never used the simplePaginate functionality on this site so I'm bit confused now...

0 likes
2 replies
zerosAndOnes's avatar

Use this below your “use withPagination”;

protected $paginationTheme = 'bootstrap';
redlik's avatar

Im using Laravel 8 with tailwind so that would work, me thinks.

Please or to participate in this conversation.