colors and sort
This commit is contained in:
parent
1770544a59
commit
89918e141c
2 changed files with 17 additions and 6 deletions
|
|
@ -501,6 +501,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"id": "title",
|
||||
"title": "Title",
|
||||
"type": "string",
|
||||
"additionalSort": [
|
||||
{"key": "type", "operator": "+"},
|
||||
{"key": "batch", "operator": "+"}
|
||||
],
|
||||
"autocomplete": true,
|
||||
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
|
||||
"columnRequired": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue