UserCustomColumns

Hierarchy

Constructors

Methods

  • Check for duplicate column names

    Parameters

    • index: number

      index

    • previousIndex: number

      previous index

    • column: string

      column

    Returns void

  • Get the column index of the column name

    Returns

    column index

    Parameters

    • columnName: string

      column name

    • required: boolean

      column existence is required

    Returns number

  • Check if the table has the column

    Returns

    true if has the column

    Parameters

    • columnName: string

      column name

    Returns boolean

Generated using TypeDoc