pratik227 / quasar-qgrid

QGrid is a Quasar App Extension. It allows you to filter data for each column, Drag and Drop Rows and also allows you to filter data using header filters.
https://next-quasar-qgrid.netlify.app/
MIT License
112 stars 92 forks source link

Pagination doesn't work properly #65

Closed danimog closed 1 year ago

danimog commented 1 year ago

How can I set a different rowsPerPage in pagination? If I set a variable mypagination: { rowsPerPage : 10 }

I see 10 rows per page but pagination doesn't work anymore (I can't switch to second, third, ecc... pages)

rafaelameilda commented 1 year ago

see if it helps you

(https://dragged-column-pagination.netlify.app/#/)

(https://github.com/rafaelameilda/new-q-grid-pagination/blob/master/src/pages/Index.vue)

pratik227 commented 1 year ago

@danimog did @rafaelameilda solution works ?

danimog commented 1 year ago

@danimog did @rafaelameilda solution works ? yes, it works! thanks

pratik227 commented 1 year ago

Closing this issue