Skip to content

Event Count in Vertical Mode Header Not Updating on Assignment Changes #11314

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

Open
taauntik opened this issue May 7, 2025 · 0 comments
Open
Labels
feature request forum Issues from forum

Comments

@taauntik
Copy link

taauntik commented May 7, 2025

Forum post

Reproducible here https://bryntum.com/products/scheduler/examples/vertical/

using the code below

    resourceColumns : {
        columnWidth : 140,//,
        headerRenderer(props) {
            const length = props.resourceRecord.events?.length;
            return `${length}`;
        }
    },

Image

@taauntik taauntik added feature request forum Issues from forum labels May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum
Projects
None yet
Development

No branches or pull requests

1 participant