TableElement constructor

TableElement()

Implementation

factory TableElement() => JS(
    'returns:TableElement;creates:TableElement;new:true',
    '#.createElement(#)',
    document,
    "table");