You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like 'see more' is placed by template option as code below
// Write example codecalendar.setOptions({template: {monthGridHeaderExceed(hiddenEvents){return`<span>${hiddenEvents} more</span>`;},},});
it's placed on the header of grid, but what I want to achieve is putting the footer of grid.
I thought it would work as I wish if I use monthGridFooterExceed but it doesn't render at all with monthGridFooter as well.
is not possible at all or do I miss something ?
Expected Behavior
The text was updated successfully, but these errors were encountered:
yechukim
changed the title
is it possible to move see more at the end of the cell
is it possible to move see more at the footer of grid (monthly view)
Jan 24, 2024
Current Behavior
it looks like 'see more' is placed by template option as code below
it's placed on the header of grid, but what I want to achieve is putting the footer of grid.
I thought it would work as I wish if I use
monthGridFooterExceed
but it doesn't render at all withmonthGridFooter
as well.is not possible at all or do I miss something ?
Expected Behavior
The text was updated successfully, but these errors were encountered: