@kyfe/ks-query-table 0.1.9-beta.1 → 0.1.9-beta.2
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 +10 -2
- package/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
+
### v0.1.9-beta.2
|
|
8
|
+
|
|
9
|
+
- 折叠列:表格没有数据时也允许折叠
|
|
10
|
+
|
|
7
11
|
### v0.1.9-beta.1
|
|
8
12
|
|
|
9
13
|
- 表头提示:headerTip,配置后展示小问号,点击展示提示文案
|
|
@@ -21,7 +25,10 @@
|
|
|
21
25
|
|
|
22
26
|
### 功能列表(v0.1.9 之前汇总)
|
|
23
27
|
|
|
24
|
-
-
|
|
28
|
+
- 滚动
|
|
29
|
+
- 触底加载更多的无限滚动
|
|
30
|
+
- 已有全部数据 ID 的无限滚动
|
|
31
|
+
- 分页
|
|
25
32
|
- 排序
|
|
26
33
|
- 展示字段与排序字段不同
|
|
27
34
|
- 请求前修改排序参数
|
|
@@ -30,6 +37,7 @@
|
|
|
30
37
|
- 固定行
|
|
31
38
|
- 固定上、固定下
|
|
32
39
|
- 空列表展示固定行
|
|
33
|
-
-
|
|
40
|
+
- 横竖屏
|
|
34
41
|
- 横竖屏切换
|
|
35
42
|
- 横屏切横屏
|
|
43
|
+
- 个性设置
|