@kyfe/ks-query-table 0.2.0-beta.3 → 0.2.0-beta.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 +10 -1
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,19 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
- ### v0.2.0-beta.3
7
+ ### v0.2.0-beta.5
8
8
 
9
9
  - 个性设置支持多端同步
10
10
  - 添加 customParams 入参,允许用户传入自定义的参数用于列渲染
11
+ - 支持 spliceTableData 方法,用于插入/删除表格的行数据
12
+ - 支持三级表头及以上的渲染计算
13
+ - 调整有父节点横向滑动到无父节点场景的判断逻辑
14
+ - 将 pe_timestamp 传给 beforeHttp、idsBeforeHttp 回调方法
15
+
16
+ ### v0.1.22
17
+
18
+ - 调整 scrollToColumn 的跳转逻辑,解决表格惯性滚动时调用此方法跳转不准确的问题
19
+ - beforeSort 添加透出参数 reqProp,表示真实的排序请求字段
11
20
 
12
21
  ### v0.1.21
13
22