@kyfe/ks-query-table 0.3.8-beta.0 → 0.3.8-beta.1

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 +3 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.8-beta.1
8
+ - 对外释放 `initGenericSearch` 方法,外部可用此方法与表格共用返回的通用查询配置
9
+
7
10
  ### v0.3.8
8
11
  - 添加 `autoResetScrollTop` 控制加载数据时是否滚动回顶部,默认为 `true`
9
12