1.0.1 • Published 4 years ago
tp-pivottable v1.0.1
tp-pivottable
简介
TP-PivotTable 数据透视表。
快速上手(集成)
npm install --save tp-pivottable
import TPPivotTable from 'tp-pivottable'
components: {
TPPivotTable
}
文档
Attributes 参数配置项
序 号 | 参数 | 说明 | 类型 | 默认值 |
---|---|---|---|---|
1 | localeVal | 显示语言 | string | zh-CN |
2 | dropPromptVal | 拖拉显示属性 | bool | false |
Events 事件
序号 | 事件名 | 说明 | 回调参数 |
---|---|---|---|
1 | toggleControlPanel | 控制面板开关 | 无 |
Methods 方法
版本记录
1.0.0 基础功能集成 增加:语言、拖拽参数,开关面板事件
1.0.1 待完善