A simple component to enhance building html tables.
$ component install mikanda/dom-table
see example/ and run ``make test``
Returns el
.
Add a new row to el at given index (default = end). If rowContent is given, append to new row. Returns the rowEl;
Removes all rows.
Same as el#addRow.
LGPL