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

/yui3/src/datatable/js/
H A Dsort.js34 enable UI triggered sorting, set the DataTable's `sortable` attribute to
41 sortable: true
47 Setting `sortable` to `true` will enable UI sorting for all columns. To enable
48 UI sorting for certain columns only, set `sortable` to an array of column keys,
49 or just add `sortable: true` to the respective column configuration objects.
50 This uses the default setting of `sortable: auto` for the DataTable instance.
56 { key: 'username', sortable: true },
57 { key: 'name', sortable: true },
58 { key: 'birthdate', sortable: true }
61 // sortable
[all...]

Completed in 20 milliseconds