werkbank
    Preparing search index...

    Function getGridColumn

    • Calculates the grid-column CSS property for a specific column index. Accounts for the fact that handles are inserted between columns.

      Parameters

      • start: number

        The 1-based start index of the column.

      • end: number

        The 1-based end index of the column.

      Returns string

      A CSS string for grid-column (e.g., "1 / 3").