@kyfe/ks-query-table 0.3.14 → 0.3.15
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 -0
- package/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
+
### v0.3.15
|
|
8
|
+
- 兼容列配置 `width` 属性为字符串的场景,解决气泡位置计算错误的问题
|
|
9
|
+
- 支持通过 `KsQueryTable.config` 全局配置表格内接口的 `headers`
|
|
10
|
+
- 调整表格总数的计算方式,解决通过 `spliceTableData` 插入/删除行数据后,滚动分页导致总数计算错误的问题
|
|
11
|
+
- 支持 `totalProgress` 独立设置滚动页码器的当前位置
|
|
12
|
+
|
|
7
13
|
### v0.3.14
|
|
8
14
|
- 个性设置列名搜索交互优化
|
|
9
15
|
|