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.
Implementation
_i2.dynamic get htmlTableElement => _i4.getProperty(
_self,
'HTMLTableElement',
);