imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
60 stars 20 forks source link

Introduce a new prop 'paginationAlwaysVisible' #99

Closed ahmetunal closed 2 years ago

ahmetunal commented 2 years ago

New prop: paginationAlwaysVisible

Need: To be able to hide the pagination whenever it is not needed

Default value: true, so it doesn't conflict with the previous use cases.

Whenever set to false:

imballinst commented 2 years ago

Actually, I managed to make the yarn install work by downgrading node.

I tried in Storybook and the prop you implemented worked properly, nice! :sparkles: