addRow method - TableSectionElement class - dart:html library (original) (raw)
TableRowElement addRow()
Implementation
TableRowElement addRow() {
return insertRow(-1);
}
TableRowElement addRow()
TableRowElement addRow() {
return insertRow(-1);
}