spatie / vue-table-component

A straight to the point Vue component to display tables
http://vue-table-component.spatie.be
MIT License
588 stars 149 forks source link

Large number of pagination links for huge data. #75

Closed alexankit closed 7 years ago

alexankit commented 7 years ago

I'm using the latest version of the component. The problem is that for the huge data, the components generates a large list of pagination links.

If data has 1000 records and each page having 10 records then the component generates 100 pagination links.

Is there a way to skip some pagination links from the pagination list like in the attached image?

pagination-show

sebastiandedeyne commented 7 years ago

Please refer to #48 to discuss pagination