vuejs-smart-table

WebJar for vuejs-smart-table

License

License

MIT
Categories

Categories

JavaScript Languages Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-tochoromero-vuejs-smart-table
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

vuejs-smart-table
WebJar for vuejs-smart-table
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/tochoromero/vuejs-smart-table

Download github-com-tochoromero-vuejs-smart-table

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-tochoromero-vuejs-smart-table/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-tochoromero-vuejs-smart-table</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tochoromero-vuejs-smart-table/
implementation 'org.webjars.npm:github-com-tochoromero-vuejs-smart-table:0.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tochoromero-vuejs-smart-table/
implementation ("org.webjars.npm:github-com-tochoromero-vuejs-smart-table:0.0.5")
'org.webjars.npm:github-com-tochoromero-vuejs-smart-table:jar:0.0.5'
<dependency org="org.webjars.npm" name="github-com-tochoromero-vuejs-smart-table" rev="0.0.5">
  <artifact name="github-com-tochoromero-vuejs-smart-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-tochoromero-vuejs-smart-table', version='0.0.5')
)
libraryDependencies += "org.webjars.npm" % "github-com-tochoromero-vuejs-smart-table" % "0.0.5"
[org.webjars.npm/github-com-tochoromero-vuejs-smart-table "0.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : vue jar [2.5.17,3)

Project Modules

There are no modules declared in this project.

VueJs Smart Table

CircleCI

Vue Smart Table was created out of the need for a simple highly customizable data table plugin that could take advantage of Vue's slots. It has no dependencies but Vue and because it renders as a standard HTML table it is compatible with CSS Frameworks such as Bootstrap and Foundation.

Out of the box you will get filtering, column sorting, client side pagination and row selection.

Full Documentation

Please read the documentation to learn how to use it.

Installation

To install simply run

npm add vuejs-smart-table

or

yarn add vuejs-smart-table

Then in your main.js

import SmartTable from 'vuejs-smart-table'

Vue.use(SmartTable)

This will globally register four Components: v-table, v-th, v-tr and smart-pagination

Versions

Version
0.0.5