Skip to main content
Skip table of contents

TableDataModel

Wrapper around AXml 'table' element.

implements: hash
bundle: standard information structure (sismodel)
since 5.2.0
Wrapper around AXml 'table' element.

Wrapper around AXml table element. Model gives access to different logical sections of the table and computes colstyling information.

  • .@@model.caption: AXml table caption node
  • .@@model.colgroups: List of AXml col nodes
  • .@@model.thead: List of TableRow
  • .@@model.tfoot: List of TableRow
  • .@@model.tbody: List of TableRow

Defined hash keys

captionNodeModel
since 5.2.0
get caption

colgroups ↦ sequence< NodeModel >
since 5.2.0
get the list of column groups

tbody ↦ sequence<TableRow>
since 5.2.0
get the list of table bodiy rows

tfoot ↦ sequence<TableRow>
since 5.2.0
get the list of table footers

thead ↦ sequence<TableRow>
since 5.2.0
get the list of table heads

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.