Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author john ackers

    (@john-ackers)

    Sorry, don’t think cell background can be controlled programmatically. You can wrap the the cell contents in DIV or SPAN tags and set the background colour using a STYLE attribute but that’s not quite the same thing.

    Thread Starter mkeenan

    (@mkeenan)

    Can’t I just put something like this soewhere?

    jQuery(“td:contains(‘GO’)”).addClass(‘greenBg’);

    Plugin Author john ackers

    (@john-ackers)

    Yes, you could add some thing like that to handleDOMUpdates() in dbview.js; it will run after the table is loaded but it’s a bodge!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Variable Cell Color by Data’ is closed to new replies.