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
Parameter | Type | Description |
---|---|---|
element | HTMLElement | The HTML table element to convert. |
Returns
DOMConversionOutput
A DOMConversionOutput containing the converted TableNode.