couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 126 forks source link

[HELP] Show pagination when `total` is 1 #370

Closed Pitbi closed 2 years ago

Pitbi commented 2 years ago

Hello,

It's is possible to show pagination when total props is equal to 1? It's a strange behaviour to hide bar on this case.

Thx.

couds commented 2 years ago

Hi @Pitbi

Did you try the prop autoHide={false}?

Pitbi commented 2 years ago

Ho sorry, I misread the doc.

Thank you so much.