Skip to content

stack

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

Defined in: functions/collection.ts:162

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

ParameterType
nnumber
columnsColOrName[]

Column