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

Drag'n Drop functionality to import files ? #125

Open minedun6 opened 7 years ago

minedun6 commented 7 years ago

how would you go about implementing/adding this functionality ? do you have any ideas ? plugins ? something that can help me quickstart things.

ratiw commented 7 years ago

@minedun6 It's not gonna be any feature like this in vuetable. As I see it, it's a different feature set. You might need jquery plugin for this.