Skip to Content
0
Former Member
Jun 22, 2015 at 10:56 AM

Changing column width losing formatter row colour

357 Views

Hello,

Is there anyway to stop losing a row that has had its colour set using the formatter function by toggling a class

this.getParent().$().toggleClass("changecolour", true);

this works fine but when I adjust the column widths with my cursor I lose that styling class for that row.

Anyway to fix this?