min_grid_size

defines the minimal possible size of the Grid view during autoresize

number min_grid_size;

Available only in PRO Edition

Example

scheduler.config.min_grid_size = 30;


Default value:

25
Details

The property requires the container_autoresize plugin to be enabled.

See also
Change log

added in version 4.4

Back to top