<?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 Header  Coloring and coloring  of cell using  java script in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498674#M84993</link>
    <description>&lt;P&gt;Hi  All,&lt;BR /&gt;
I am having  table, whose cell coloring  is done based on the condition . So i have a java script  which  brings me the color coding  of the cell,&lt;BR /&gt;
I need a specific color for the header  of the table. how can i achieve If i  a css how can  i pass two  ids to a table ?please help me &lt;/P&gt;</description>
    <pubDate>Sat, 21 Mar 2020 18:02:57 GMT</pubDate>
    <dc:creator>Rukmani_Splunk</dc:creator>
    <dc:date>2020-03-21T18:02:57Z</dc:date>
    <item>
      <title>Header  Coloring and coloring  of cell using  java script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498674#M84993</link>
      <description>&lt;P&gt;Hi  All,&lt;BR /&gt;
I am having  table, whose cell coloring  is done based on the condition . So i have a java script  which  brings me the color coding  of the cell,&lt;BR /&gt;
I need a specific color for the header  of the table. how can i achieve If i  a css how can  i pass two  ids to a table ?please help me &lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2020 18:02:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498674#M84993</guid>
      <dc:creator>Rukmani_Splunk</dc:creator>
      <dc:date>2020-03-21T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Header  Coloring and coloring  of cell using  java script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498675#M84994</link>
      <description>&lt;P&gt;@Rukmani_Splunk if you know the Table Header name it can be directly applied through Simple XML CSS Extension. Refer to answer: &lt;A href="https://answers.splunk.com/answers/593399/column-headers-color.html"&gt;https://answers.splunk.com/answers/593399/column-headers-color.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If your Table column names are dynamic you would have to apply color through JS. Refer to another one of my answers: &lt;A href="https://answers.splunk.com/answers/612296/how-to-change-the-header-color-dynamically-using-j.html"&gt;https://answers.splunk.com/answers/612296/how-to-change-the-header-color-dynamically-using-j.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 18:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498675#M84994</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-03-23T18:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Header  Coloring and coloring  of cell using  java script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498676#M84995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;H1&gt;rk .splunk-table .shared-resultstable-resultstableheader&lt;/H1&gt;

&lt;PRE&gt;&lt;CODE&gt;     {
       position: fixed !important;
       top: 290px !important;
       width: 97.7%;
       background-color: #e1e6eb;
       z-index: 4;  
     }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Look at the css code above.&lt;BR /&gt;
Where rk is the table ID. Edit the header color by adding ID to your table in xml and putting css directly into xml&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 23:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Header-Coloring-and-coloring-of-cell-using-java-script/m-p/498676#M84995</guid>
      <dc:creator>jinseong</dc:creator>
      <dc:date>2020-03-23T23:33:01Z</dc:date>
    </item>
  </channel>
</rss>

