1.0.8 • Published 9 months ago

super-dop-table v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

super-dop-table

表格和自定义搜索表单以及自定义操作栏按钮的组合组件 super-dop-table——可简化代码、提高开发效率的封装elementUI for vue2

npm license

Install

npm i super-dop-table / yarn add super-dop-table

Usage

Use in the main:

import SuperDopTable from 'super-dop-table'
Vue.use(SuperDopTable)

Use in the page:

<template>
  <div>
    <SuperDopTable ref="superDopTable" tableType="1" labelPosition="top" :columns.sync="columns" :height="'auto'" rows-field="list" :table-config="{ stripe: false }" :renderHead="renderHead" row-key="id"
      :multipleSelection.sync="multipleSelection" :api="getDataApi" />
  </div>
</template>
1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.3

9 months ago