glittershark / reactable

Fast, flexible, and simple data tables in React
glittershark.github.io/reactable
MIT License
1.51k stars 222 forks source link

Pagination should be disabled if number of entries >= itemsPerPage #315

Open maurocolella opened 8 years ago

maurocolella commented 8 years ago

This is related to #9

When the number of entries is less, or equal to the number of items per page, the pagination currently displays a link to "self". Which might be somewhat confusing.

Is it possible to disable pagination entirely in that case?

bf commented 7 years ago

@maurocolella feel free to submit a pull request. This feature request should be very easy to implement.