@kyfe/ks-query-table 0.1.21 → 0.1.22

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 +5 -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.1.22
8
+
9
+ - 调整 scrollToColumn 的跳转逻辑,解决表格惯性滚动时调用此方法跳转不准确的问题
10
+ - beforeSort 添加透出参数 reqProp,表示真实的排序请求字段
11
+
7
12
  ### v0.1.21
8
13
 
9
14
  - 调整 updateTableData 的数据唯一键 idsKey 的默认值为 'id'(原本是 'code')