* extra DOM events for DataTable
- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates
* fix unit tests
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation