Interface TableData

Common interface for various ways of accessing table data and formatting.

Java note: this interface contains some extra overloads that aren't available in JS. Implementations are expected to implement only abstract methods, and default methods present in this interface will dispatch accordingly.

Hierarchy

Accessors

Methods

Accessors

  • get rows(): Row[]
  • Returns Row[]

Methods

  • Parameters

    Returns any