Class for user customizable building of 'TableContent'. Basically the way users modify what cursors show (on level of a single series), is to set a function that builds TableContent based on information given by the series. Internal class

Hierarchy

  • TableContentBuilder

Constructors

Methods

Constructors

Methods

  • Add a row to built content.

    Returns

    Object itself

    Parameters

    • Rest ...cells: (undefined | string)[]

      Any amount of cells row should contain. Undefined or '' marks a "gap", which will occupy any extra space of row.

    Returns TableContentBuilder