gregschmit / rest-scaffold

A JavaScript/jQuery library that builds scaffolds (tables+actions) for objects exposed by a REST API.
MIT License
1 stars 0 forks source link

Handle long page list #13

Open gregschmit opened 5 years ago

gregschmit commented 5 years ago

Currently if the page list is long, it just grows linearly. It would be nice to have it do something smarter, like collapse and provide a textbox to "jump" to a page.