3.2.0

column border

how to border column?

.aw-grid-column {border-right: 1px solid threedlightshadow;}

it does not work in 2.02
Thierry
April 14,

I found a solution
I have to repeat each column style


.aw-column-0 {width: 15px;border-right: 1px solid threedlightshadow;}


.aw-column-1 {width: 70px;border-right: 1px solid threedlightshadow;}

.....


But it seams slowing performance when number of columns is high
Thierry
April 14,
You can also use .aw-grid-cell -

.aw-grid-cell {border-right: 1px solid red;}
Alex (ActiveWidgets)
April 16,

This topic is archived.

See also:


Back to support forum