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

Summary not updated after filtering with filter bar #1083

Closed
matsbryntse opened this issue Jun 29, 2020 · 1 comment
Closed

Summary not updated after filtering with filter bar #1083

matsbryntse opened this issue Jun 29, 2020 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@matsbryntse
Copy link
Member

Forum post

In https://www.bryntum.com/examples/scheduler/summary/ - add filterBar to the

features:

features : {
        summary : {
            renderer : ({ events }) => events.length || ''
        },
        filterBar: true

},

It will show the search input above the staff column
In column staff, if I type "Mike", it only shows staff Mike. However, the summary section still keep the old value. How can I update the summary section value when the staff column is changed?

@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum labels Jun 29, 2020
@matsbryntse matsbryntse changed the title Summary change by user Summary not updated after filtering with filter bar Jun 29, 2020
@matsbryntse
Copy link
Member Author

Screen Shot 2020-06-29 at 3

@matsbryntse matsbryntse self-assigned this Apr 19, 2021
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Apr 19, 2021
@matsbryntse matsbryntse added this to the 4.1.1 milestone Apr 19, 2021
@matsbryntse matsbryntse added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

1 participant