arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
280 stars 84 forks source link

Pagination size changer #122

Open sagacitysite opened 1 year ago

sagacitysite commented 1 year ago

Hi there,

it would be great if the page size could be changed when viewing a collection. In some cases it is helpful to see more than 10 elements on a page to get a quick overview over the data contained in a collection.

When I see it correctly, then it would only require to add nzShowSizeChanger to the nzPagination (https://github.com/arunbandari/mongo-gui/blob/master/client/src/app/collection/collection.component.html#L129).

PS: Mongo Gui is, by the way, a great tool! Thanks! :)

arunbandari commented 1 year ago

Thank you for the suggestion @sagacitysite, will include this option soon.