Update README.md

This commit is contained in:
Denys Vuika
2016-06-01 18:27:33 +01:00
parent e33db9e36f
commit a683cb12e6

View File

@@ -59,6 +59,22 @@ export class MyView {
![DataTable demo](docs/assets/datatable-demo.png)
### Properties
| Name | Type | Default | Description
| --- | --- | --- | --- |
| data | DataTableAdapter | empty **ObjectDataTableAdapter** | data source |
| multiselect | boolean | false | toggle multiple row selection, renders checkboxes at the beginning of each row |
| actions | boolean | false | toggle data actions column |
### Events
| Name | Description
| --- | --- |
| rowClick | emitted when user clicks the row |
| rowDblClick | emitted when user double-clicks the row |
## Build from sources
Alternatively you can build component from sources with the following commands: