htmlTableElement top-level property

dynamic get htmlTableElement

Provides special properties and methods (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating the layout and presentation of tables in an HTML document.

MDN Reference

Implementation

_i2.dynamic get htmlTableElement => _i4.getProperty(
      _self,
      'HTMLTableElement',
    );