---
title: multiMonthMaxColumns
---

The maximum columns of months that [Multi-Month Grid](multimonth-grid) will attempt to render.

<div class='spec'>

Number, *default*: `3`

</div>

By default, [Multi-Month Grid](multimonth-grid) will attempt to display 3 columns of mini-months. If there is insufficient space, requiring each month to be smaller than [singleMonthMinWidth](singleMonthMinWidth), fewer columns will be displayed.

To display one single column of months, set `multiMonthMaxColumns` to `1`.
