vue-datatable icon indicating copy to clipboard operation
vue-datatable copied to clipboard

This looks real good...

Open ryanrca opened this issue 7 years ago • 13 comments

... 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,!

ryanrca avatar Nov 03 '16 20:11 ryanrca

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 avatar Nov 03 '16 20:11 jpmurray

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.

galenyuan avatar Nov 04 '16 01:11 galenyuan

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.?

whiteboardmonk avatar Nov 13 '16 07:11 whiteboardmonk

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

galenyuan avatar Nov 13 '16 15:11 galenyuan

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.

francisortega avatar Dec 05 '16 19:12 francisortega

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

lmj0011 avatar Jan 28 '17 08:01 lmj0011

@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

jdriesen avatar Feb 27 '17 12:02 jdriesen

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

jpmurray avatar Feb 27 '17 13:02 jpmurray

@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

jdriesen avatar Feb 27 '17 13:02 jdriesen

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

jpmurray avatar Feb 27 '17 18:02 jpmurray

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

jdriesen avatar Feb 27 '17 19:02 jdriesen

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

lmj0011 avatar Feb 27 '17 22:02 lmj0011

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

Thanks evrb for the quick responses.

Grtz, Johnny

jdriesen avatar Feb 28 '17 07:02 jdriesen