extensions sortable by name

This commit is contained in:
Yuri Kuznetsov
2023-03-15 18:07:30 +02:00
parent d721e9b448
commit f184e34838
@@ -1,5 +1,9 @@
[
{"name":"name","width": 35,"notSortable": true},
{
"name":"name",
"width": 35,
"notSortable": false
},
{"name":"version","notSortable": true, "width": 12},
{"name":"description","notSortable": true},
{"name":"isInstalled","notSortable": true, "width": 8}