We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insertRow(index?: number): HTMLElement; insertRow(index?: number): HTMLTableRowElement ; insertCell(index?: number): HTMLElement; insertCell(index?: number): HTMLTableCellElement;
also HTMLTableElement.rows is not a collection of HTMLTableRowElements!?
Am I mistaken here?