Adding minDate,MaxDate for date picker

Tags: #<Tag:0x00007f8b1d052d78> #<Tag:0x00007f8b1d052c38>

I Have tried adding min and max dates, also tried highlighting some dates in date picker, could not be able to achive it. could you provide a working fiddle using React Hooks.

Hi @webgunti

Here’s an example of utilizing minDate and maxDate in Handsontable with React: https://jsfiddle.net/aszymanski/drmazp8t/

Thank you @adrian.szymanski

I see that date picker using events to highlight some of the dates, is there any option to display tooltip on those event dates?

Not out of the box. You would need to create a custom logic for that. Unfortunately, I don’t have any examples.