davidguttman / react-pivot

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
http://davidguttman.github.io/react-pivot/
1.05k stars 148 forks source link

Added Pagination #56

Closed anita2solanki4 closed 7 years ago

anita2solanki4 commented 7 years ago

Pagination number at the bottom of the pivot-table, which was in continuous without next or prev button with all pagination number. To resolve this issue i have used react-pagination with proper UI.

@davidguttman , Please review

davidguttman commented 7 years ago

Thanks for the PR!

I'd like to avoid taking on a dependency like this, so I'm going to close this for now. If you'd like to add pagination features directly, I can reopen.