Commit 240d6267 authored by Sven Franck's avatar Sven Franck

modified listbox conif, merge 2 column, block sorting on 1 column

parent be5140df
......@@ -35,9 +35,9 @@
{"title": "id", "show": false, "priority": 5, "sort":true},
{"title": "invoice_date", "show": true, "sort":true,"persist": true},
{"title": "total_price", "show": true, "persist": true, "sort":true},
{"title": "price_currency", "show": true, "priority": 4, "sort":true },
{"title": "price_currency", "show": true, "priority": 4, "sort":true, "merge": "total_price", "merge_title": null },
{"title": "translated_simulation_state_title", "show": true, "priority": 6, "sort":true },
{"title": "download", "show": true, "persist": true, "actions": ["download"], "sort":"true" }
{"title": "download", "show": true, "persist": true, "actions": ["download"], "sort": false}
]
},
"actions": []
......
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