Searched defs:columns (Results 1 - 1 of 1) sorted by relevance

/yui3/src/datatable/js/
H A Dcore.js67 Strings are converted to objects, so `columns: ['first', 'last']` becomes
68 `columns: [{ key: 'first' }, { key: 'last' }]`.
70 DataTable.Core only concerns itself with a few properties of columns.
83 used by multiple columns).
86 columns that aren't bound to a field/attribute in the record data. This
96 multiple columns using the same `key`.
98 * `_parent` - Assigned to all child columns, referencing their parent
101 @attribute columns
106 columns: {
127 4. If the `columns` attribut
[all...]

Completed in 8 milliseconds