Name | Date | Size | |
---|---|---|---|
.. | 2012-03-13 17:26:39 | 100 | |
assets | 2012-03-05 12:23:41 | 4 | |
build.base.properties | 2012-03-05 12:18:11 | 875 | |
build.base.xml | 2012-02-03 06:03:50 | 335 | |
build.datasource.properties | 2012-03-05 12:18:11 | 847 | |
build.datasource.xml | 2012-02-03 06:03:50 | 336 | |
build.scroll.properties | 2012-03-05 12:18:11 | 816 | |
build.scroll.xml | 2012-02-03 06:03:50 | 332 | |
build.sort.properties | 2012-03-05 12:18:11 | 902 | |
build.sort.xml | 2012-02-03 06:03:50 | 330 | |
build.xml | 2012-02-03 06:03:50 | 805 | |
docs | 2012-03-06 08:35:44 | 13 | |
HISTORY.md | 2012-03-05 12:18:11 | 225 | |
js | 2012-03-13 17:26:39 | 9 | |
lang | 2012-03-05 12:23:41 | 4 | |
meta | 2012-03-05 12:18:11 | 3 | |
README.md | 2012-03-05 12:18:11 | 935 | |
tests | 2012-03-05 12:18:11 | 11 |
README.md
DataTable (deprecated)
======================
Deprecated implementation the DataTable widget and supporting modules, including
the following:
* datatable
* datatable-base
* datatable-sort
* datatable-scroll
* datatable-datasource
New modules are:
* datatable-deprecated
* datatable-base-deprecated
* datatable-sort-deprecated
* datatable-scroll-deprecated
* datatable-datasource-deprecated
DataTable was rewritten for 3.5.0, and should be feature compatible, though some
APIs have changed. See the migration guide at
http://yuilibrary.com/yui/docs/datatable/migration.html for more details.
Old description
---------------
Provides a Widget that is responsible for rendering columnar data into a highly
customizable and fully accessible HTML table. The core functionality of
DataTable is to visualize structured data as a table. A variety of Plugins can
then be used to add features to the table such as sorting and scrolling.