Lines Matching refs:field
79 Sorting is done by a simple value comparison using < and > on the field
141 * `"username"` - sort by the data's `username` field or the `key`
183 * `"username"` - sort by the data's `username` field or the `key`
194 @param {String|String[]|Object|Object[]} fields The field(s) to sort by
237 @param {String|String[]} fields The field(s) to reverse sort order for
665 i, len, name, dir, field, column;
688 field = name;
690 for (name in field) {
691 if (field.hasOwnProperty(name)) {
692 dir = dirMap[field[name]];
699 // Allow sorting of any model field and any column