Skip to content

stack

function stack(n, ...columns): Column;

Defined in: functions/collection.ts:167

Separates the expressions into n groups, filling from left to right.

Parameter Type
n number
columns ColOrName[]

Column