I'm adding a css class to a row by calling row.addClass() function in javascript.
This works like a charm but when I expand the row (by clicking the +-icon) the css class is removed by the scheduler.
Why is this and how can I prevent this?
I'm running version 2018.3.3417
Any help is much appreciated.