I have slickgrid table with some data in it. Im populating it using RoR app, where i generate json which passing to slickgrid table builder.
I've found this example http://mleibman.github.io/SlickGrid/examples/example5-collapsing.html, but i can't figure out how to add indents(preferably it'd be css class, which i can add on my backend).
I've tried to add cssClasses to slickgrid row, but this doesnt append selected class
What am i doing wrong?