#82 datatable project cleanup

basic implementation of main features:

- custom data sources
- column types
- sorting by columns
- click events
This commit is contained in:
Denys Vuika
2016-05-19 10:58:15 +01:00
parent faeaf7ad88
commit 2fa8283213
25 changed files with 253 additions and 1929 deletions

View File

@@ -11,6 +11,10 @@
cursor: pointer;
}
:host .data-cell {
cursor: pointer;
}
:host .column-header {
cursor: pointer;
user-select: none;