tecnickcom/tc-lib-barcode

Add getTable method to obtain table based html

lomby92 opened this issue · 1 comments

I know that already exists getDiv that provide a easy-to-use html code but there is a case where div cannot be used.
If the library is used to produce HTML for emails it doesn't work. Many email clients are not able to properly display div with padding and borders.
Using a matrix of cells with table tag should works.

What you think about this feature?

Unfortunately HTML table do not provide a consistent form of representation.