Cell-selected style
Hi,
does anyone know a solution for the following?
I need to highlight differently the selected cells of column 0 from the others.
I have thought something like this but it doesn't work:
Thanks
does anyone know a solution for the following?
I need to highlight differently the selected cells of column 0 from the others.
I have thought something like this but it doesn't work:
<style>
.aw-grid-control {height: 400px; width:400px; background: #EEE8AA;}
.aw-column-0 {background-color: #0000FF;} // frozen column
.aw-column-0 .aw-cells-selected {color: #FF8000;} ???????
</style>
Thanks
MP
April 21,