Highcharts Grid
    Preparing search index...

    Renderer for the Text in a column..

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    column: Column

    The column to which the specific renderer belongs.

    Options to control the renderer content.

    defaultEditingRenderer:
        | "select"
        | "checkbox"
        | "dateInput"
        | "dateTimeInput"
        | "numberInput"
        | "textInput"
        | "timeInput" = 'textInput'

    The default edit mode renderer type names for this view renderer.

    defaultOptions: SparklineRendererOptions = ...

    Default options for the sparkline renderer.

    Methods

    • Imports the Highcharts namespace to be used by the Sparkline Renderer.

      Parameters

      • H: AnyRecord

        Highcharts namespace.

      Returns void