@kyfe/ks-query-table 0.1.21 → 0.1.23

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 +14 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,20 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.1.23
8
+
9
+ - 支持 spliceTableData 方法,用于插入/删除表格的行数据
10
+ - 支持三级表头及以上的渲染计算
11
+ - 调整有父节点横向滑动到无父节点场景的判断逻辑
12
+ - 将 pe_timestamp 传给 beforeHttp、idsBeforeHttp 回调方法
13
+ - 传入 maxHeight 时支持动态高度,可随着内容实时变化(旧逻辑只在初始化时调整高度)
14
+ - settingsConfirm 回调事件不再等待配置同步到后台
15
+
16
+ ### v0.1.22
17
+
18
+ - 调整 scrollToColumn 的跳转逻辑,解决表格惯性滚动时调用此方法跳转不准确的问题
19
+ - beforeSort 添加透出参数 reqProp,表示真实的排序请求字段
20
+
7
21
  ### v0.1.21
8
22
 
9
23
  - 调整 updateTableData 的数据唯一键 idsKey 的默认值为 'id'(原本是 'code')