doc 修改

This commit is contained in:
jonyshi 2018-07-05 11:10:05 +08:00
parent 07350763c5
commit 2023d05bdc
5 changed files with 7 additions and 5 deletions

View File

@ -187,6 +187,8 @@ import multiSelect from "bee-table/build/lib/multiSelect.js"
| 参数 | 说明 | 类型 | 默认值 |
| ------ | ---------- | -------- | ---- |
| draggable | 当前表格可拖拽 | boolean | false |
| checkMinSize | 当前表格显示最少列数 | boolean | false |

View File

@ -1,6 +1,6 @@
/**
* @title 根据列进行过滤拖拽交换列综合使用案例
* @description 新增属性checkMinSize 1. 当所有列都设置了width属性后需要给table增加checkMinSize属性[表格最小列数] 2. 所有列不设置width
* @description 新增属性checkMinSize 当前表格显示最少列数 1. 当所有列都设置了width属性后需要给table增加checkMinSize属性 2. 所有列不设置width
*/
/**

File diff suppressed because one or more lines are too long

4
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long