TableCell.init method
TableCell › init
Unofficial
Initialize the cell with a DOM element and its offsets within the table.Signature:
init(el: HTMLElement, start: number, end: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| el | HTMLElement | The cell's DOM element. |
| start | number | Start offset, relative to the start of the table. |
| end | number | End offset, relative to the start of the table. |
Returns: void