@kyfe/ks-query-table 0.3.19-beta.2 → 0.3.19-beta.3
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.
- package/README.md +6 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
-
### v0.3.19-beta.
|
|
7
|
+
### v0.3.19-beta.3
|
|
8
8
|
- 拖拽列宽长按失效监控
|
|
9
9
|
- 个性设置弹窗宽度自适配优化
|
|
10
10
|
- 新增 `settings.widthInWidescreen` 属性,支持传入:`50%`-(默认)指定宽度、`auto`-按显示内容适配(折叠收起不计算)、`max-content`-按最大内容适配(包含计算折叠收起部分)
|
|
11
11
|
- 废弃 `settingDialogWidth` 属性,使用 `settings.widthInWidescreen` 替代
|
|
12
|
+
- 单元格内容超出气泡、表头气泡支持外部通过 `closeAllPopover` 方法手动关闭,也会在数据重新拉取的时候自动关闭
|
|
13
|
+
- 优化 `updateColumns` 方法,支持传入第二个参数 `options = { keepScrollOffset, keepCollapseStatus }`
|
|
14
|
+
- `keepScrollOffset`:是否保持滚动位置
|
|
15
|
+
- `keepCollapseStatus`:是否保持折叠状态
|
|
16
|
+
- 默认调用 `updateColumns` 方法会重置滚动位置和折叠状态
|
|
12
17
|
|
|
13
18
|
### v0.3.18
|
|
14
19
|
- 解决表格滚动到右边界时,拖拽调小列宽导致右侧出现空白的问题
|