HTMLTableElement$Typings extension
Properties
-
addEventListener
→ ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
align
↔ String
-
Sets or retrieves a value that indicates the table alignment.
@deprecated
getter/setter pair
-
bgColor
↔ String
-
@deprecated
getter/setter pair
-
border
↔ String
-
Sets or retrieves the width of the border to draw around the object.
@deprecated
getter/setter pair
-
caption
↔ HTMLTableCaptionElement?
-
Retrieves the caption object of a table.
getter/setter pair
-
cellPadding
↔ String
-
Sets or retrieves the amount of space between the border of the cell and the content of the cell.
@deprecated
getter/setter pair
-
cellSpacing
↔ String
-
Sets or retrieves the amount of space between cells in a table.
@deprecated
getter/setter pair
-
createCaption
↔ HTMLTableCaptionElement Function()
-
getter/setter pair
-
createTBody
↔ HTMLTableSectionElement Function()
-
getter/setter pair
-
getter/setter pair
-
createTHead
↔ HTMLTableSectionElement Function()
-
getter/setter pair
-
deleteCaption
↔ void Function()
-
getter/setter pair
-
deleteRow
↔ void Function(num)
-
getter/setter pair
-
getter/setter pair
-
deleteTHead
↔ void Function()
-
getter/setter pair
-
frame
↔ String
-
Sets or retrieves the way the border frame around the table is displayed.
@deprecated
getter/setter pair
-
insertRow
↔ HTMLTableRowElement Function([num?])
-
getter/setter pair
-
removeEventListener
→ ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
rows
→ HTMLCollectionOf<HTMLTableRowElement>
-
Sets or retrieves the number of horizontal rows contained in the object.
no setter
-
rules
↔ String
-
Sets or retrieves which dividing lines (inner borders) are displayed.
@deprecated
getter/setter pair
-
summary
↔ String
-
Sets or retrieves a description and/or structure of the object.
@deprecated
getter/setter pair
-
tBodies
→ HTMLCollectionOf<HTMLTableSectionElement>
-
Retrieves a collection of all tBody objects in the table. Objects in this collection are in source order.
no setter
-
Retrieves the tFoot object of the table.
getter/setter pair
-
tHead
↔ HTMLTableSectionElement?
-
Retrieves the tHead object of the table.
getter/setter pair
-
width
↔ String
-
Sets or retrieves the width of the object.
@deprecated
getter/setter pair