History log of /yui3/src/datatable/js/mutable.js
Revision Date Author Comments Expand
53c97f474022b2633bdeccab063f518c4015f27a 13-Mar-2012 Luke Smith <lsmith@yahoo-inc.com>

Clean up module vs class descriptions, +@since 3.5.0 Moved the lengthy text from the module description to the class description so the module page would look cleaner. Added note for each class extension to point readers to the DataTable class for docs on the APIs contributed by this class, since they all have @for DataTable.

329f32108d2b2b177ac36ddd0b559c094c971a27 21-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

NPE for addRow(undefined)

62cc85114d070438d2e1864750ac622940a55a5c 18-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Refine falsy check, fix moveColumn for nested cols

e7b9195bd1a287943e1c80a24d9f7263b0b5d004 18-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Refine falsy check to allow removeColumn(0)

2779be43f14e3306a78049c6447db45ab0f53931 08-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Move column.parent -> column._parent

986af1dcaff50b29b1cc8a2061617ab2ca8e6b11 02-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Review feedback autoSync should have explicit boolean type and validation addRow should only call save() for new Models modifyRow should only call save for known Models

7b17767d41bc464685d3caced83ec63a62e524ea 01-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Remove * in param suggesting mutiple args ok

56b83601c5859a12922711e7e16516dfcaa259cd 01-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Add ability to trigger Model's sync operations

55e462437cab83f4f545bfd864f3296cd2a0e806 01-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Fix examples for syntax highlighting

c25f05e8aa5c555f79e3e8fd68fb2d2850b0d57b 13-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Use late bound defaultFns for events

5e2203bc485a71222474fe6fe60a51ce1a13f36e 13-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Verify that Y.DataTable is a function Per the requires, datatable-base should run before mutable, but it's failing in my loaderless dev env, so I may as well be safe about it.

af5c9cbb47b12856671c1ac4900f8ea8b46eac88 06-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

+API docs, -reset() method `table.reset(blah)` was removed in favor of `table.set('data', blah);`

c4fa8f0dbb0086a0e16595052e9a28f8027b8063 05-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Add datatable-mutable for addRow, addColumn, etc