@kyfe/ks-query-table 0.3.0-beta.1 → 0.3.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -12,11 +12,12 @@
12
12
  - `@select-change`:选中事件
13
13
  - `@select-all`:全选事件
14
14
  - `toggleAllSelection`:切换全选
15
- - `toggleRowSelection`:切换指定行的选中态
15
+ - `toggleRowSelection`:切换单行的选中态
16
+ - `toggleMultiRowsSelection`:切换多行的选中态
16
17
  - `clearSelection`:清空选中
17
18
  - `getSelectionRows`:获取选中的行
18
19
  - 支持自定义内置列配置
19
- - `builtinColumns`:内置列配置
20
+ - `builtinColumns`:内置列配置 - 索引列、复选框列
20
21
 
21
22
  ### v0.2.4
22
23