General Category > Help for ParamQuery Pro

Conditional Cell Formatting

<< < (5/5)

mikep:
Thanks! Follow on question. Now that I've applied a cell color, the red tracking indicator no longer appears after the cell is edited. The grid still remembers the edited rows, but the indicator doesn't display. Adding this callback makes the "dirty" indicator not appear. Any ideas?

colAP.render = function (ui) {
  return { style: 'background:pink' };
}

Here's an example that mimics my layout, but in this example the indicator DOES appear. Hopefully you may have an idea.
http://jsfiddle.net/vydnwLoa/6/

paramvir:
Please use 'background-color' instead of background.

mikep:
Thank you. How can I color column headers dynamically? In the example below, I'd like the column headers (both rows) colored the same as the cells.

https://jsfiddle.net/mc95f4d0/3/

mikep:
Hello, will you be able to address this in the next day or 2?

paramvir:
Sorry, header cells can't be dynamically styled.

Navigation

[0] Message Index

[*] Previous page

Go to full version