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?