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

Renderer problem when fillHandle used during editing #8844

Closed
chuckn0rris opened this issue Mar 20, 2024 · 0 comments
Closed

Renderer problem when fillHandle used during editing #8844

chuckn0rris opened this issue Mar 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

Test code

        { field: 'status', text: 'S', renderer({record}) {
            return record?.status
                ? [
                      {
                          tag: 'div',
                          style: `background-color:${record.statusColor};width:3px;height:16px`,
                      },
                      {
                          tag: 'p',
                          style: `padding-left:5px`,
                          text: record.status,
                      },
                  ]
                : {
                      tag: 'div',
                  };
        } },

Video with steps

Screen.Recording.2024-03-20.at.14.20.58.mov
@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum large-account Reported by large customer labels Mar 20, 2024
@JockeLindberg JockeLindberg self-assigned this Mar 20, 2024
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed in progress labels Mar 22, 2024
@isglass isglass added this to the 5.6.9 milestone Mar 22, 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 large-account Reported by large customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants