Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to move see more at the footer of grid (monthly view) #1440

Open
yechukim opened this issue Jan 24, 2024 · 0 comments
Open

is it possible to move see more at the footer of grid (monthly view) #1440

yechukim opened this issue Jan 24, 2024 · 0 comments

Comments

@yechukim
Copy link

Current Behavior

it looks like 'see more' is placed by template option as code below

// Write example code
calendar.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

@yechukim 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant