children is an array of content passed to this Component.
append adds one or more new data rows to the end of the table.
appendRow appends customisable DOM content to the begining of the table body.
NOTE: This DOM content of must be between
cellAt produces a Cell instance for the coordinates passed (if found).
modifyBody allows a function to modify the contents of the
prepend adds one or more new data rows to the begining of the table.
prependRow prepends customisable DOM content to the begining of the table body.
NOTE: This DOM content of must be between
removeRow will remove an entire row from the table given its index.
update the data the table displays
Generated using TypeDoc
Table provides a smarter html table.
split sort and select api into own table widgets.