@komtek/el-grid

0.1.1 • Public • Published

ElGrid

A Vue.js component which combines form, table, pagination components in Element UI.

Install to project

npm i @komtek/el-grid

Import to project

import ElGrid from '@komtek/el-grid'
import '@komtek/el-grid/dist/el-grid.css'

Vue.use(ElGrid)

Basic usage

See full example

<el-grid
  :loading="loading"
  type="local"
  :data="items"
  :columns="columns"
  :form-options="formOptions"
  :page-sizes="[5, 10, 25]"
>
</el-grid>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies as package for production

npm run lib:build

Roadmap

  • Support i18n
  • Examples
  • API docs

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @komtek/el-grid

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.83 MB

Total Files

41

Last publish

Collaborators

  • onix1990
  • alexyz
  • yangirov