forked from TFMM/silent-auction
feat: install and scaffold Tablar theme #6
@@ -20,7 +20,10 @@
|
||||
controlInput: '<input>',
|
||||
sortField: [{
|
||||
field: 'text',
|
||||
direction: 'asc'
|
||||
direction: 'asc',
|
||||
func: function(a, b) {
|
||||
return a.text.localeCompare(b.text, undefined, {numeric: true, sensitivity: 'base'});
|
||||
}
|
||||
}]
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user