浏览代码

Update documentation to reference new server side sorting functionality.

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

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

@@ -202,7 +202,7 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
 
 
 - **Detail:**
 - **Detail:**
 
 
-   Set this to order the options in a select control whether ascending or descending.
+   Set this to order the options in a select control whether ascending (`'asc'`), descending (`'desc'`) or in the order provided by the server (`'server'`).
 
 
 - **Default:** `'asc'`
 - **Default:** `'asc'`