Commit bdd78bc7 authored by Sven Franck's avatar Sven Franck

added sorting to single column, switched pagination numbers

parent 7cb6eca0
......@@ -15,14 +15,14 @@
"header": [
[
{"custom": true, "text": "Status", "text_i18n": "global_dict.common_dict.status", "show": true, "priority": 1},
{"column": "title", "show": true, "priority": 1},
{"column": "title", "show": true, "priority": 1, "sort": true},
{"column": "reference", "show": true, "priority": 4},
{"column": "translated_validation_state_title", "show": "true", "priority": 4}
]
],
"body": [
{"custom": true, "show": true, "priority": 1, "status": true},
{"column": "title", "show": true, "priority": 1},
{"column": "title", "show": true, "priority": 1, "sort": true},
{"column": "reference", "show": true, "priority": 4},
{"column": "translated_validation_state_title", "show": "true", "priority": 4}],
"footer": []
......@@ -30,7 +30,8 @@
"feature_dict": {
"linkable": true,
"link_identifier": "id",
"editable": null
"editable": null,
"sortable": true
}
},
"children": [
......@@ -41,7 +42,6 @@
"children": [
{"type": "input", "direct": {"id":"#search_server_list", "className": "translate"}, "attributes": {"data-action":"search", "data-enhanced":"true", "data-i18n": "[placeholder]page_dict.release.search","placeholder":"Search available releases", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"}, "logic":{"clear":"true", "action":"search"}},
{"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"records"}},
{"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"selected"}},
{"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"filter"}},
{"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"sorted"}}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment