Function: $convertTableElement()

$convertTableElement(element): DOMConversionOutput

Converts an HTML table element into a TableNode. This function is used to transform a DOM table element into a format that can be used by Lexical. It extracts the rows and cells from the table, converting them into MDAST-compatible nodes.

Parameters

ParameterTypeDescription
elementHTMLElementThe HTML table element to convert.

Returns

DOMConversionOutput

A DOMConversionOutput containing the converted TableNode.