tBodies property
HTMLCollectionOf<HTMLTableSectionElement>
get
tBodies
Retrieves a collection of all tBody objects in the table. Objects in this collection are in source order.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLTableSectionElement> get tBodies =>
_i4.getProperty(
this,
'tBodies',
);