ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

support for vuejs 2.0 #110

Open pj-antoniazzi opened 8 years ago

pj-antoniazzi commented 8 years ago

Hi, great work!

I could not get the table running in vuejjs 2.0 Are there plans to port the table to veujs 2?

Thanks!

ratiw commented 8 years ago

@jaccop Yes, it's 90% ready. Already working on Vue 20 RC. Should also work on any browser even IE, thanks to VirtualDOM.

pj-antoniazzi commented 8 years ago

Glad to hear that! Thanks again for the good work - appreciate it a lot!

On Friday, September 30, 2016 7:00 AM, Rati Wannapanop <notifications@github.com> wrote:

@jaccop Yes, it's 90% ready. Already working on Vue 20 RC. Should also work on any browser even IE, thanks to VirtualDOM.— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

WayneHarris commented 8 years ago

Hi @ratiw Do you have an idea of when you'll be aiming to release the VueJS2 version?

Do you have another repo or branch of the work so far?

Thank you in advance for your work on the new version.

ratiw commented 8 years ago

@WayneHarris Hope to get it done within a week or two. I'm just super busy right now. I'll do my best.

WayneHarris commented 8 years ago

@ratiw Great. let us know if there is anything we can do to help.

nozen commented 8 years ago

@ratiw thanks for the top work, look forward to the 2.0 release.

sineld commented 8 years ago

+1

ratiw commented 7 years ago

Guys, I've just publish vuetable-2 package.

No document yet. But you should be able to use the upgrade guide and changes.md to try it. Also, the example index.html and main.js would give you some idea on how it has changed from previous version.

Any feedback is welcome.

kurtulik commented 7 years ago

thank you very much

sineld commented 7 years ago

Thank you very much @ratiw, this is the best news I got today!

pj-antoniazzi commented 7 years ago

Great news Rati, apprecate it very much!!I will start with it the coming week

Pieter  ---------------------------- Pieter Emeis, autorespond.nl Willemspark Software

Amsterdam, Netherlands

On Saturday, October 8, 2016 8:28 PM, Sinan Eldem <notifications@github.com> wrote:

Thank you very much @ratiw, this is the best news I got today! — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

DearVikki commented 7 years ago

Hi ratiw, sorry to disturb you...but I just encountered this error:

in ./~/.npminstall/vuetable-2/0.9.2/vuetable-2/src/components/VuetablePaginationMixin.vue Module build failed: TypeError: this._init is not a function at Object.Vue$2...

I'm using vuetable-2 and updated my vue-loader still of no help...Could you give me any clue? Thx sooooo much!

-----------------30 mins later...------------ I solved this problem hh! Just changing loader:'vue' to loader: 'vue-loader' in webpack.config...Now I'm gonna truly try this table baby!:D

jjhesk commented 6 years ago

when does it ready to support vue 2.0

ratiw commented 6 years ago

@jjhesk Please see README, it already mentioned about vuetable-2.