#82 Initial implementation of the DataTable component

forked Document List into a separate generic DataTable component, work
in progress
This commit is contained in:
Denys Vuika
2016-05-18 12:29:51 +01:00
parent 6183712028
commit a73591773b
34 changed files with 2744 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false