3.2.0

small bug

not anything big but just something i noticed...

i changed the color of the row selection with

.aw-rows-selected .aw-grid-cell {background: gray!important;}


when i scroll right it works fine, when i scroll left the color changes back to the default color until the table fills in the data there.
Ryan Garabedian
June 3,
You need to set the background on the rows (not on cells) because the cells are created and destroyed dynamically when you scroll left/right.
Alex (ActiveWidgets)
June 5,

This topic is archived.

See also:


Back to support forum