| 1234567891011121314 |
- == Column
- Status: *Stable*
- A pseudo panel that lets you add other panels to be arranged in a column with defined heights.
- While the column panel is stable, it does have many limitations, including the inability to drag
- and drop panels within its borders. It may be removed in a future release.
- // src/app/panels/column/module.js:5
- === Parameters
- panel:: An array of panel objects
- // src/app/panels/column/module.js:36
|