You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: