<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik Sense custom table background color in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334748#M29226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: $("[id=DIV-ID]:contains('Y')").css('background-color', 'red');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something like&amp;nbsp; &lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;$('div[class*="CLASS-Name"]') instead of the ID&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2017 12:11:52 GMT</pubDate>
    <dc:creator>hacr</dc:creator>
    <dc:date>2017-10-16T12:11:52Z</dc:date>
    <item>
      <title>Qlik Sense custom table background color</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334746#M29224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table in Qlik Sense mashup, I want to set background-color cells where the content is "Y". (I have "Delay" column, wich is boolean Y/N or sometimes empty).&lt;/P&gt;&lt;P&gt;I know it's easy with default table extension, but it isn't good for me, because I want to disable all interactions, and can't hide the little search icon at table-header, which looks awkward if you can't interact. (if you know how can I configure,hide the icon and other attributes of default table extension it's a good option too)&lt;/P&gt;&lt;P&gt;So I'm working with custom table widget. I've tried these codes in JS, but it doesn't work&lt;/P&gt;&lt;P&gt;$('td:contains("Y")').closest('tr').css('background-color','red');&lt;/P&gt;&lt;P&gt;$("#tableID tr:contains('Y')").css("background-color", "red");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without jQuery "contains()" it works properly but it sets the whole table's background-color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 06:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334746#M29224</guid>
      <dc:creator />
      <dc:date>2017-05-25T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense custom table background color</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334747#M29225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;you can try this extension &lt;/SPAN&gt;&lt;A href="http://branch.qlik.com/#!/project/59cb2b36bdff1fec30f0a886" style="font-size: 13.3333px;" title="http://branch.qlik.com/#!/project/59cb2b36bdff1fec30f0a886"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334747#M29225</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2017-10-12T15:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense custom table background color</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334748#M29226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: $("[id=DIV-ID]:contains('Y')").css('background-color', 'red');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something like&amp;nbsp; &lt;CODE style="font-style: inherit; font-weight: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;$('div[class*="CLASS-Name"]') instead of the ID&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 12:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-table-background-color/m-p/1334748#M29226</guid>
      <dc:creator>hacr</dc:creator>
      <dc:date>2017-10-16T12:11:52Z</dc:date>
    </item>
  </channel>
</rss>

