@kyfe/ks-query-table 0.4.4 → 0.4.6

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 +7 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.4.6
8
+ - 个性设置下线 配置工具 功能
9
+ - 表格配置 `config.url` 时,默认展示空白(而不是无结果)
10
+
11
+ ### v0.4.5
12
+ - 解决 `cell-click` 事件回传的 `rowData` 修改了无法同步变更页面的问题
13
+
7
14
  ### v0.4.4
8
15
  - 折叠列:
9
16
  - 父级列被折叠收起时,子级列同时收起;父级列被折叠展开时,子级列按收起前的状态恢复