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

dragged_row not declared in emits or props #113

Closed bdelate closed 11 months ago

bdelate commented 11 months ago

Hi,

When running the following example: https://stackblitz.com/edit/quasarframework-ujyqyf?file=src%2FApp.vue

The console displays the following warning when dragging a row: [Vue warn]: Component emitted event "dragged_row" but it is neither declared in the emits option nor as an "onDragged_row" prop.

I presume you need to define dragged_row as an emit within QGrid.vue?

pratik227 commented 11 months ago

Hi @bdelate,

My bad. think it's removed in some commits I don't remember where sorry!!. Just published the new version.

Thanks, Pratik Patel

bdelate commented 11 months ago

Great, thank you @pratik227