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

slickgrid background and highlight problem #1111

Open
lpatiny opened this issue Nov 9, 2018 · 0 comments
Open

slickgrid background and highlight problem #1111

lpatiny opened this issue Nov 9, 2018 · 0 comments

Comments

@lpatiny
Copy link
Collaborator

lpatiny commented Nov 9, 2018

I have a problem with slickgrid when using the background color options in postrenderer like

if(this.event === 'postRender') {
    let Color=API.cache('ReactionColor');
    if (this.row.item.value && this.row.item.value.status) {
        let status=Color.updateStatus(this.row.item.value.status);
        this.renderOptions = {
            backgroundColor: Color.getColor(Number(status.code))
        }
    }
}

the problem is that in this case the highlight of the mouse hover (or click) is not visible anymore. Is there a way to make the 'over' / 'selected' background priority ?

image

@stropitek stropitek removed their assignment Oct 8, 2021
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

2 participants