galenyuan / vue-datatable

[DEPRECATED] Datatable component for Vuejs
MIT License
120 stars 36 forks source link

This looks real good... #3

Open ryanrca opened 8 years ago

ryanrca commented 8 years ago

... but how do you use it? The docs folder just has code.

It needs server requirements and usage examples. Does it work with vue 2.0?

Thanks,!

jpmurray commented 8 years ago

I'll add my voice to it. I'm just browsing to get a vuejs datatable implementation that would work, and yours seems to be one of the few to do that easily, but there's a bit lacking to the docs.

galenyuan commented 8 years ago

actually, basic usage is already in README.md, doc folder is just for generate a github page this component not support vue2.0 for now, planning to support it soon.

whiteboardmonk commented 8 years ago

Curious to know if this is simply a more convenient replacement for Data-tables in a vue.js project OR using this will be more optimum by possibly taking advantage of virtual dom etc.?

galenyuan commented 8 years ago

@whiteboardmonk it's just a component to build a table which have sort, pagination and search in frontend

francisortega commented 7 years ago

a component to build a table which have sort, pagination and search in frontend

So does this also include an editable filter for each column? Thanks in advance.

lmj0011 commented 7 years ago

I'll add my voice to it. I'm just browsing to get a vuejs datatable implementation that would work, and yours seems to be one of the few to do that easily, but there's a bit lacking to the docs.

@jpmurray I agree, I tried implementing this datatable: https://github.com/ratiw/vue-table

but failed, because of so much setup just to get the what you see in the example.

I hoping this lib, just works. Like the jQuery version

jdriesen commented 7 years ago

@jpmurray I also tried to implement the version of ratiw, but as you're saying... it's a bit to complicated just to show a table... If I can ask... does this component suits your needs so far ?

Thanks in advance for your reply, Johnny

jpmurray commented 7 years ago

@jdriesen I went back to ratiw/vue-table, since I knew it well, even if it was complicated ;-)

jdriesen commented 7 years ago

@jpmurray Thanks for your quick reply. Highly appreciated. Maybe you're willing to give me a little help... I'm struggling for 3 days now... Do you have an idea where I can find the source-code from this one ? http://vuetable.ratiw.net/examples/bootstrap.html ? (the bootstrap implementation is exactly what I need)

That would be an amazing help... Thanks in advance for your reply,

Kind regards, Johnny

jpmurray commented 7 years ago

@jdriesen in their example folder? https://github.com/ratiw/vue-table/tree/master/examples

jdriesen commented 7 years ago

Don't know how I've could missed that one. Thanks @jpmurray .

lmj0011 commented 7 years ago

I decided to give ratiw/vue-table2 another go.

turns out the tutorial got me up to speed fairly quickly. If you're having trouble with galenyuan/vue-datatable, I would recommend ratiw/vue-table2 https://github.com/ratiw/vuetable-2-tutorial/blob/master/doc/README.md

jdriesen commented 7 years ago

Thanks for the info. Gonna give it a another try today. Rather new to this stuff.

Thanks evrb for the quick responses.

Grtz, Johnny