Lines Matching refs:field
81 Sorting is done by a simple value comparison using < and > on the field
143 * `"username"` - sort by the data's `username` field or the `key`
185 * `"username"` - sort by the data's `username` field or the `key`
196 @param {String|String[]|Object|Object[]} fields The field(s) to sort by
239 @param {String|String[]} fields The field(s) to reverse sort order for
667 i, len, name, dir, field, column;
690 field = name;
692 for (name in field) {
693 if (field.hasOwnProperty(name)) {
694 dir = dirMap[field[name]];
701 // Allow sorting of any model field and any column