Slickgrid add color to cell / column or row

I have a slickgrid that works fantastic, it has calculations / subtotals / expenses, etc. Subtotals are not fixed on one line, which they move down, because the items are selected above.

However, am I stuck in changing the color of the text in this cell to red? Is it possible? perhaps by entering HTML? and is there a way to color the entire background of the column .. let's say green? or string to gray?

+5
source share
1 answer

Add a CSS class to the column using the property cssClassin the column definitioncolumnDefinition.cssClass='myCellClass'

CSS , "rowClasses", .

SO : SlickGrid SlickGrid?

+6

All Articles