vuejs-smart-table

WebJar for vuejs-smart-table

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-tochoromero-vuejs-smart-table
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

vuejs-smart-table
WebJar for vuejs-smart-table
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать github-com-tochoromero-vuejs-smart-table

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : vue jar [2.5.17,3)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.5