* Create a new empty list component
Share the component between attachment list and document list
Add unit test
Add basic documentation
* Use the adf empty list also in the process attachment component
* Fix unit test
* delete wrong file
* 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