@kyfe/ks-query-table 0.1.13 → 0.1.14

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 +4 -0
  2. package/index.js +3 -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.14
8
+
9
+ - 支持传入 tableClassName,内部将其添加到 pe-table 的顶层容器上,可用于修改表格样式等
10
+
7
11
  ### v0.1.13
8
12
 
9
13
  - 修复非滚动吸顶布局场景切横屏再切回竖屏,表格无法滚动的问题