MCPcopy Create free account
hub / github.com/handsontable/handsontable / isHTMLTable

Function isHTMLTable

handsontable/src/utils/parseTable.ts:18–20  ·  view source on GitHub ↗

* Verifies if node is an HTMLTable element. * * @param {Node} element Node to verify if it's an HTMLTable. * @returns {boolean}

(element: HTMLElement)

Source from the content-addressed store, hash-verified

16 * @returns {boolean}
17 */
18function isHTMLTable(element: HTMLElement): boolean {
19 return (element && element.nodeName || '') === 'TABLE';
20}
21
22/**
23 * Converts Handsontable into HTMLTableElement.

Callers 1

htmlToGridSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…