pratik227/quasar-qgrid

Support all native q-table props

Closed this issue · 2 comments

This component is a customization of q-table, but it does not support all of the props of q-table, such as pagination. It does have it in the documentation that pagination can be a prop you can set in q-grid, but it does not work when setting it (tried both pagination and pagination.sync with no success, and the code in src/components/QGrid.vue does not show that it is available). Same with the loading prop. It would be great to use all native features of q-table in addition to the great functionality you have added on top of it.

I see that pagination is supported, just need to update my code. It would be great if this extended to all props (I haven't checked)

@adamlytics Closing these issue. I try to add other props in the feature.