| commit | 41847836d573d70b71ab7a24ee6be851528c77ed | [log] [tgz] |
|---|---|---|
| author | fadinlight <fadinlight@gmail.com> | Thu Aug 25 21:44:15 2011 +0000 |
| committer | fadinlight <fadinlight@gmail.com> | Thu Aug 25 21:44:15 2011 +0000 |
| tree | def31cf48d89d9db3846966e5f7a3b85b551a797 | |
| parent | 604b2440f7f937a2217ac6d8bd0a85f0ac2c032b [diff] |
Add outline for global sort in protocol, description will follow.
diff --git a/ListsProtocol.wiki b/ListsProtocol.wiki index 28b999c..ef5bfbe 100644 --- a/ListsProtocol.wiki +++ b/ListsProtocol.wiki
@@ -30,6 +30,13 @@ "global_search": { "enabled": <boolean>, "element_path": <jQuery_selector> + }, + "global_sort": { + "enabled": <boolean>, + "element_paths": { + "column": <jQuery_selector>, + "asc_desc": <jQuery_selector> + } } }, "templates": {