1.0.1 • Published 5 years ago

vue-table-draggable v1.0.1

Weekly downloads
39
License
MIT
Repository
-
Last release
5 years ago

Vue-good-table

npm npm npm npm.io

An easy to use, clean and powerful data table for VueJS with essential features like sorting, column filtering,draggable row, pagination and much more - vue-good-table

Did vue-good-table just save you a bunch of time? Use some of them extra minutes to spread the joy!

Installing

Install with npm:

npm install --save vue-good-table

Import globally in app:

import VueGoodTablePlugin from 'vue-good-table';

// import the styles 
import 'vue-good-table/dist/vue-good-table.css'

Vue.use(VueGoodTablePlugin);

Import into your component

import { VueGoodTable } from 'vue-good-table';

// add to component
components: {
  VueGoodTable,
}
Example table with grouped rows and column filters

Advanced Screenshot

Features

Upgrade Guide

Hey there! coming from 1.x? find the upgrade guide here

Draggable Row

Hey guys if you want to draggable row for table so it is easy just follow bellow steps

  1. simply add one props
:isDraggable="true"
  1. and if you like to get details about dragging then just bind below event
@on-dragged

it is simple guys :smile:

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details