Hi,
I am working on a resource timeline month view scheduler. There is a property called 'rowAutoHeight' which determines whether to display all events on a day or only show one event and add a "view more" link afterwards. I want to display three events on the scheduler and the remaining events under "view more" if there are more than three. Is there any way to achieve this?
here is a sample if you want to replicate: https://stackblitz.com/edit/react-zu2qyd?file=index.js