add autocomplete api

This commit is contained in:
j 2014-10-04 20:57:09 +02:00
commit a48f039e89
5 changed files with 62 additions and 16 deletions

View file

@ -12,6 +12,7 @@
"title": "Title",
"type": "string",
"autocomplete": true,
"autocompleteSort": [{"key": "title", "operator": "+"}],
"columnRequired": true,
"columnWidth": 256,
"find": true,