stack
function stack(n, ...columns): Column;Defined in: functions/collection.ts:162
Separates the expressions into n groups, filling from left to right.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
n | number |
…columns | ColOrName[] |
function stack(n, ...columns): Column;Defined in: functions/collection.ts:162
Separates the expressions into n groups, filling from left to right.
| Parameter | Type |
|---|---|
n | number |
…columns | ColOrName[] |