pmbanugo / realtime-datatable-vue

real-time editable data-table with Vue and Hamoni Sync
https://dev.to/pmbanugo/how-to-build-a-real-time-editable-data-table-in-vuejs-1ed4
Apache License 2.0
29 stars 19 forks source link

Vuetify V2 Breaking Changes #1

Open tristankelley opened 4 years ago

tristankelley commented 4 years ago

Hi - Thanks for taking the time to write this tutorial and code example. It is exactly what I need.

It looks like there are quite a few breaking changes in Vuetify V2 that are causing this code to no longer work. I was able to step through the errors and fix things enough to get the layout and table to render but I can't edit or add anything. It seems to be maybe I am missing something around the v-slot activator. Is there any chance you could take a look and get the code working again?

Thanks again.

pmbanugo commented 4 years ago

Hi,

It's been a while I used the Vuetify and since there are breaking changes in V2, the code won't like work as i wrote it. If you can check the V2 docs and render a simple editable table, then adding the real-time data shouldn't be different. I can't get to upgrading this in the next 2 weeks because I have some other work to finish up.

Regards. Feel free to post errors or share a PR of what you've got working to a good extent