zappellin's avatar

Livewire pagination shrinking

I have a weird issues when I try to use bootstrap pagination template for my livewire table.

It's look like this : https://drive.google.com/file/d/1CeSY7YdGGKSScQIqPmG-ZVE-81xguYH5/view?usp=sharing

I can't manage to find why it's like this, and I would love to have some suggestion.

0 likes
2 replies
zappellin's avatar

I actually didn't published the pagination view, I simply used :

 protected string $paginationTheme = 'bootstrap';

to change the theme and

{{ $posts->links() }}

In my view, to set the pagination links.

Please or to participate in this conversation.