Function splitItems

  • Split array into multiple columns by limiting the max rows.

    Type Parameters

    • T

    Parameters

    • array: T[]

      An array to split.

    • maxRows: number

      The max rows per column.

    Returns T[][]

Generated using TypeDoc