Open angeliski opened 5 years ago
This is a great idea and I would love to help with some of these. I should have some time over the weekend. I'll make sure to open a new issue before I start.
Yeah, this is very needed. Thanks for your suggestion.
Submitted a pull request for row events. Let me know if you are okay with the strategy for creating the events and I will work on the others.
https://github.com/angeliski/vue-tabulator/pull/8
This will also require an additional strategy for merging into the columns options along the array.
Thank.
The Tabulator provide many callbacks to use, but in the vue-way is better use (Custom Events)(https://v1.vuejs.org/guide/components.html#Custom-Events) for that. So we need implement a way to emit events in VueTabulator. Each event should have the name of callback and be emit the same parameters. Ex:
tableBuilding
->table-building
Important: The vue-tabulator not should remove any configuration from the tabulator, if the user pass a callback to tabulator options, that should be fired and the event emited. API Draft:Before init any module, please open a issue to reference the progress. Callbacks to implement: