@sbc-fe/vue-virtual-table

0.0.3 • Public • Published

Vue 高性能表格组件

Props

名称 说明 类型 默认值 必填
bordered 是否展示外边框和列边框 boolean - ?
dataSource 列表数据 any[] [] ?
dataKey 列表 key 的字段名 string - !
estimateSize 每行的预估大小 (高度) number 30 ?
pageMode 页面滚动模式 boolean true ?
columns 列配置 ColumnsType[] [] ?

ColumnsType

名称 说明 类型 默认值 必填
align (未实现) 对齐方式 left | right | center left ?
className 列样式类名 string - ?
dataIndex 数据对应的 key string - ?
ellipsis (未实现) 超过宽度将自动省略 boolean - ?
fixed 列是否固定 left | right - ?
render 自定义单元格渲染函数 (rowData) => VNode - ?
title (未测试) 表头显示的文字 string - ?
width 列宽度 (IE 无效) number | string - ?

__dataValue 为保留字段, 用于渲染列时传递参数, 请勿在 columns 中配置

Readme

Keywords

none

Package Sidebar

Install

npm i @sbc-fe/vue-virtual-table

Weekly Downloads

0

Version

0.0.3

License

none

Unpacked Size

10.4 kB

Total Files

9

Last publish

Collaborators

  • sbcfe
  • lanten233
  • aronlee
  • zxs