Updated sorting architecture so the collections can specify the sort-oddities instead of in backgrid column definitions.

This commit is contained in:
Taloth Saldono
2014-07-04 22:07:03 +02:00
parent 2b6f908038
commit 6941888832
20 changed files with 173 additions and 186 deletions

View File

@@ -38,12 +38,14 @@ define(
{
name : 'filename',
label: 'Filename',
cell : FilenameCell
cell : FilenameCell,
sortable: false
},
{
name : 'lastWriteTime',
label: 'Last Write Time',
cell : RelativeDateCell
cell : RelativeDateCell,
sortable: false
},
{
name : 'downloadUrl',