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 90 forks source link

cannot sort when pass prop pagination as an object #93

Closed bomb-kst closed 1 year ago

bomb-kst commented 1 year ago

<q-grid :data="data" :columns="columns" :columns_filter="true" :pagination="{ rowsPerPage: data.length }"></q-grid>

pratik227 commented 1 year ago

Hi @bomb-kst,

Fix in the latest version. Please check.

Please note that If you are using ServerSide Pagination then you need to pass ssr_pagination props as true.

Thanks, Pratik Patel

pratik227 commented 1 year ago

Closing this issue.