viritin / flow-viritin

Viritin inspired project for Vaadin Flow
Other
43 stars 16 forks source link

Dynamic change of page size in PagingGrid #53

Closed artaius closed 5 months ago

artaius commented 5 months ago

Please add support to dynamically change the page size in PagingGrid. Currently when calling something like

myPagingGrid.setPageSize(15);

won't update the grid nor the pagination bar.

mstahv commented 5 months ago

Thanks for the report, that was quite easy to fix 👍