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

Model.clearChanges() doesn't update the UI #8808

Closed
taauntik opened this issue Mar 14, 2024 · 0 comments
Closed

Model.clearChanges() doesn't update the UI #8808

taauntik opened this issue Mar 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Reproducible with grid basic demo use this code

        {
            text   : 'Name',
            field  : 'name',
            flex   : 2,
            editor : {
                type     : 'textfield',
                required : true
            },
            renderer({ record }) {
                return { html : `${record.name} <br /> <strong>Modified : <span style="color: tomato;">${record.isModified}</span></strong>` };
            }
        }
msedge_eX4s9rV65i.mp4
@taauntik taauntik added bug Something isn't working forum Issues from forum labels Mar 14, 2024
@matsbryntse matsbryntse self-assigned this Mar 15, 2024
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Mar 15, 2024
@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 Mar 24, 2024
@matsbryntse matsbryntse added this to the 5.6.9 milestone Mar 24, 2024
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

2 participants