1.0.3 • Published 9 months ago

phil-el-table v1.0.3

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

phil-el-table

npm install phil-el-table

使用案例

main.js
import PhilElTable from 'phil-el-table';
import 'phil-el-table/philElTable.css'
Vue.use(PhilElTable);
<template>
  <div>
    <PhilElTable
    :tableData="tableData"
    :opts="opts"
    :showIndex="false"
    :stripe="true"
    :loading="loading"
    :tableBoxBool="false"
    :pageForm="form"
    height="100%"
    width="100%">
    </PhilElTable>
  </div>
</template>

组件属性

参数说明类型
tableData列表数据Array
opts数据头部Array
showIndex是否显示序号Boolean
loading加载请求 loadingBoolean
tableBoxBool是否更改默认样式Boolean
pageForm分页Object
showRadio是否单选Boolean
showSelection是否多选Boolean
showExpand是否展开Boolean
1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago