Our powerful JS Calendar component


Post by abhi »

Is there anyway we can disable past date calendar cell or disable cell column based on event record attributes?

Ex: Todays day is 16th Feb 2022. I wanted to disable all action on dates before 16th.


Post by Animal »

The next version of Calendar will have minDate and maxDate values which means that the calendar will not be able to navigate back in time before the configured minDate.

You can use day cell renderers to add a class for certain dates which make the cell pointer-events:none which stops all interaction.


Post Reply