@kyfe/ks-query-table 0.4.3 → 0.4.5

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 +8 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.4.5
8
+ - 解决 `cell-click` 事件回传的 `rowData` 修改了无法同步变更页面的问题
9
+
10
+ ### v0.4.4
11
+ - 折叠列:
12
+ - 父级列被折叠收起时,子级列同时收起;父级列被折叠展开时,子级列按收起前的状态恢复
13
+ - 子级列的折叠展开/收起,不联动父级列被折叠展开/收起,此逻辑表现为背景色变化
14
+
7
15
  ### v0.4.3
8
16
  - 折叠列:
9
17
  - 多级表头场景:支持父级列折叠子级列