case insensitive sorting the of name column

This commit is contained in:
corux
2016-03-15 21:08:33 +00:00
parent 451cd910a5
commit 5cdde75188

View File

@@ -82,7 +82,8 @@ Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, {
name: 'group',
convert: this.convertToGroup
},{
name: 'name'
name: 'name',
sortType:'asUCString'
},{
name: 'type'
},{