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

/yui3/src/datatable/js/
H A Dmutable.js48 @attribute autoSync
53 autoSync: {
208 If the DataTable's `autoSync` attribute is set to `true`, the additional
229 // Allow autoSync: true + addRow({ data }, { sync: false })
232 this.get('autoSync'),
267 If the DataTable's `autoSync` attribute is set to `true`, the additional
289 // Allow autoSync: true + addRow({ data }, { sync: false })
292 this.get('autoSync'),
340 If the DataTable's `autoSync` attribute is set to `true`, the additional
363 // Allow autoSync
[all...]

Completed in 25 milliseconds