Coder Social home page Coder Social logo

stjordanis / vue-good-table Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xaksis/vue-good-table

0.0 1.0 0.0 12.1 MB

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc

Home Page: https://xaksis.github.io/vue-good-table/

License: MIT License

Shell 0.35% Vue 73.66% HTML 0.24% JavaScript 15.12% CSS 10.64%

vue-good-table's Introduction

Vue-good-table

npm npm npm Twitter Follow

An easy to use, clean and powerful data table for VueJS with essential features like sorting, column filtering, pagination and much more - xaksis.github.io/vue-good-table/

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

Buy Me A Coffee

Follow the project progress live - Vue-good-table Project on TimerBit

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,
}

Import into your component using Typescript

// add to component
components: {
  'vue-good-table': require('vue-good-table').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

Authors

License

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

vue-good-table's People

Contributors

alexbarnsley avatar bengadbois avatar bmrankin avatar cristijora avatar dalecarslaw avatar danielbruni avatar danilopolani avatar eele94 avatar elevatebart avatar faragos avatar ferndot avatar idan747 avatar jeremy-f avatar johannesss avatar josielfaleiros avatar marcelcremer avatar megaket4up avatar mistersender avatar mossadal avatar operkh avatar ow-en avatar riandelacruz avatar teertz avatar the94air avatar thejaredwilcurt avatar tonimc avatar victorcazanave avatar visualbean avatar vitorluizc avatar xaksis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.