浏览代码

added some more documentation

NAME 5 年之前
父节点
当前提交
9432d64ed9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      site/docs/extensions/filter-control.md

+ 2 - 1
site/docs/extensions/filter-control.md

@@ -224,7 +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 column/row.  
+   Return `false` to filter out the current column/row.  
+   Return `true` to dont filter out the current column/row.   
    Return `null` to skip the custom search for the current value.
 
 - **Default:** `undefined`