@kyfe/ks-query-table 0.3.8 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +7 -0
  2. package/index.js +3 -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.10
8
+ - 解决固定列之间的间隙问题
9
+ - 添加支持 `drawColumnOptions` 配置自定义渲染函数,功能覆盖 `rowCellRenderOptions`、`headerCellRenderOptions`,并额外支持配置单元格气泡的自定义渲染 `popoverContent`
10
+
11
+ ### v0.3.9
12
+ - 个性设置:小红点展示时,名称文案超长不会弹出气泡的问题修复
13
+
7
14
  ### v0.3.8
8
15
  - 添加 `autoResetScrollTop` 控制加载数据时是否滚动回顶部,默认为 `true`
9
16