ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

use callbacks in parent component #83

Closed gabyrusu closed 6 years ago

gabyrusu commented 6 years ago

Is there a possibility to use the callbacks from the field definitions json file in the parent component instead of "my-vuetable" component? I don't want to pollute that component with all the callbacks I might use in my app.

Thanks!