@kyfe/ks-query-table 0.1.9-beta.2 → 0.1.10
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 +4 -8
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,18 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
-
### v0.1.
|
|
7
|
+
### v0.1.10
|
|
8
8
|
|
|
9
9
|
- 折叠列:表格没有数据时也允许折叠
|
|
10
|
-
|
|
11
|
-
### v0.1.9-beta.1
|
|
12
|
-
|
|
13
10
|
- 表头提示:headerTip,配置后展示小问号,点击展示提示文案
|
|
14
|
-
|
|
15
|
-
### v0.1.9-beta.0
|
|
16
|
-
|
|
17
11
|
- 文本伸缩列:columns 内配置 textFlexWidget、delimiter、defaultTextFlexLevel
|
|
18
|
-
-
|
|
12
|
+
- 点击高亮行:点击表头报错问题修复
|
|
13
|
+
- 列表滚动:更换新算法
|
|
14
|
+
- 行数据部分字段更新:updateTableData 内更新队列相同 code 的合并逻辑调整
|
|
19
15
|
|
|
20
16
|
### v0.1.9
|
|
21
17
|
|