DateRangePicker with 12 month

Hi,

I would like to use the dateRangePicker with 12 calendars (calendarCount: 12).
Is it possible to align the calendars in 4 rows, i.e. 3 calendars per row?

Thanks, Peter

Hello peterlechner,

To align the calendars in 4 rows you can use protoUI method to create new Webix compenent with a new layout of calendars. In the init method you can get array of the calendars:
const calendars = config.rows[0].cols;
Next we will use flexlayout to make them responsive.

We understand that this way of customizing is not too convenient but we will think about how to improve and make it easier.

Please check the example: Code Snippet