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

selected row background color not working and also if i do alternative record color not working properly for mouse hover #14

Open
Bichitra73 opened this issue Aug 31, 2017 · 0 comments

Comments

@Bichitra73
Copy link

existing style format below
.vcolumn{
display: inline-block;
padding: 5px;
border-right: 1px solid black;

}
I created new style
.vcolumnAlt{
display: inline-block;
padding: 5px;
border-right: 1px solid black;
background: gary (added)

}

.data-grid > .container > .vcolumnalter:hover{
background: -webkit-linear-gradient(black,gray);;
}

in HTML I use

{{row[key.name]}}

issue# 1: mouse hover not working for dynamically added for vcolumnAlt.
2nd how to make record selected with different color if i click the record untill i click other row

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

1 participant