@kyfe/ks-query-table 0.3.10 → 0.3.12
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 +7 -0
- package/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
+
### v0.3.12
|
|
8
|
+
- 个性设置:支持列名搜索
|
|
9
|
+
- 对外释放 `initGenericSearch` 方法,外部可用此方法与表格共用返回的通用查询配置
|
|
10
|
+
|
|
11
|
+
### v0.3.11
|
|
12
|
+
- 添加 `forceScrollYInHorizontal` 控制横屏时是否强制允许滚动
|
|
13
|
+
|
|
7
14
|
### v0.3.10
|
|
8
15
|
- 解决固定列之间的间隙问题
|
|
9
16
|
- 添加支持 `drawColumnOptions` 配置自定义渲染函数,功能覆盖 `rowCellRenderOptions`、`headerCellRenderOptions`,并额外支持配置单元格气泡的自定义渲染 `popoverContent`
|