Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableContentBuilder

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

Index

Methods

Methods

addRow

  • addRow(...cells: (undefined | string)[]): this
  • Add a row to built content.

    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 this

    Object itself