History log of /yui3/src/datatable/js/base.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.

31599d9daede81ea54d3138d7bf05724974378a9 22-Dec-2011 Luke Smith <lsmith@yahoo-inc.com>

Fix API docs so DataTable class shows up

3f20c1694affe48229d65035235ee7061e76ab0c 22-Dec-2011 Luke Smith <lsmith@yahoo-inc.com>

Add (probably too exhaustive) API docs

a3e011a6940a2707d43148e12f3d3cd6fd388794 12-Dec-2011 Luke Smith <lsmith@yahoo-inc.com>

Initial drop of DataTable rearchitecture Renders a table from supplied columns and data as a ModelList with Model instances. A lot more plumbing in place, but not yet exercised. Progressive enhancement extension in src/pe.js, but doesn't have build files yet.