@kyfe/ks-query-table 0.1.21 → 0.2.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 +6 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.2.0-beta.2
8
+
9
+ - 个性设置支持多端同步
10
+ - 添加 customParams 入参,允许用户传入自定义的参数用于列渲染
11
+
7
12
  ### v0.1.21
8
13
 
9
14
  - 调整 updateTableData 的数据唯一键 idsKey 的默认值为 'id'(原本是 'code')
@@ -28,6 +33,7 @@
28
33
  - 列配置添加 virtual,与 groupKeys 配合,指定当前分组列为虚拟分组列(虚拟分组列在表格中不展示,在个性设置中展示)
29
34
  - 被分组的列,在表格展示时会集中到一起,依照定义的顺序放到分组列后面
30
35
  - 在个性设置中,同一分组的列只允许内部调序,或者整体一起调序
36
+ - 调用 updateColumns 更新列时,依然要保持用户拖拽的宽度
31
37
 
32
38
  ### v0.1.16
33
39