浏览代码

Update changelog

zhixin 5 年之前
父节点
当前提交
329000aadd
共有 2 个文件被更改,包括 9 次插入7 次删除
  1. 2 0
      CHANGELOG.md
  2. 7 7
      site/docs/extensions/filter-control.md

+ 2 - 0
CHANGELOG.md

@@ -38,8 +38,10 @@ ChangeLog
 - **New(cookie):** Added new options to get/set/delete the values by a custom function.
 - **New(cookie):** Added save re-order and resize support.
 - **New(filter-control):** Added `filterControlContainer` option.
+- **New(filter-control):** Added `filterCustomSearch` option.
 - **New(filter-control):** Added object and function support in `filterData` column option.
 - **New(filter-control):** Added support for using sticky-header extension.
+- **New(filter-control):** Added support comparisons search(<, >, <=, =<, >=, =>).
 - **New(fixed-columns):** Added all themes support.
 - **New(fixed-columns):** Added `fixedRightNumber` option.
 - **New(group-by):** Added `customSort` option supported.

+ 7 - 7
site/docs/extensions/filter-control.md

@@ -128,11 +128,11 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
 
 - **Detail:**
 
-   Set custom select filter values, use   
-   `var:variable` to load from a variable   
-   `obj:variable.key` to load from a object   
-   `url:http://www.example.com/data.json` to load from a remote json file   
-   `json:{key:data}` to load from a json string.   
+   Set custom select filter values, use
+   `var:variable` to load from a variable
+   `obj:variable.key` to load from a object
+   `url:http://www.example.com/data.json` to load from a remote json file
+   `json:{key:data}` to load from a json string.
    `func:functionName` to load from a function.
 
 - **Default:** `undefined`
@@ -224,8 +224,8 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
      * `field`: the column field name.
      * `data`: the table data.
 
-   Return `false` to filter out the current column/row.  
-   Return `true` to dont filter out the current column/row.   
+   Return `false` to filter out the current column/row.
+   Return `true` to not filter out the current column/row.
    Return `null` to skip the custom search for the current value.
 
 - **Default:** `undefined`