extend table and table cell support for cell merge, span, borders ... (#6)

* extend table and table cell support for cell merge, span, borders ...

* added tests for table cell borders and table cell width, renamed some variables, added jsdoc
This commit is contained in:
h4buli
2018-05-04 15:56:28 +02:00
committed by GitHub
parent 21bb8f9016
commit 753287d9d1
4 changed files with 402 additions and 0 deletions

View File

@ -1 +1,2 @@
export * from "./table";
export * from './table-cell';