@kyfe/ks-query-table 0.1.14 → 0.1.16

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 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.1.16
8
+
9
+ - 支持传入 disableSinkColumns,用于禁用隐藏列自动沉底功能
10
+ - 修复文本伸缩列失效的问题
11
+
12
+ ### v0.1.15-beta.0
13
+
14
+ - 表格内容滚动到最右边后,尺寸变化时应保持内容在最右边的位置
15
+ - 表格内监听竖屏状态宽高变化的逻辑整理,单独一个 mixin 管理
16
+
7
17
  ### v0.1.14
8
18
 
9
19
  - 支持传入 tableClassName,内部将其添加到 pe-table 的顶层容器上,可用于修改表格样式等