<?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: Change the font type to Bold for one particular table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467510#M33055</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;tablr&amp;lt;/label&amp;gt;
  &amp;lt;row depends="$hide$"&amp;gt;
    &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #table1 .table th,#table1  .table td {
             text-align: left !important;
             font-weight: bold !important;
           }

        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;

      &amp;lt;table id="table1"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="_internal" |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;

      &amp;lt;table id="table2"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="_internal" |stats count by source&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 30 May 2020 14:20:26 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2020-05-30T14:20:26Z</dc:date>
    <item>
      <title>Change the font type to Bold for one particular table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467509#M33054</link>
      <description>&lt;P&gt;I have multiple tables in my dashboard. I want to change the font for one particular table.&lt;/P&gt;

&lt;P&gt;I tried the below CSS but it is changing the font of all the tables in the Dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#all_req_table .table th, .table td {
            text-align: left !important;
            font-weight: bold !important;
          }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want the font type to bold only for table with id="all_req_table"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467509#M33054</guid>
      <dc:creator>nagar57</dc:creator>
      <dc:date>2020-09-30T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change the font type to Bold for one particular table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467510#M33055</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;tablr&amp;lt;/label&amp;gt;
  &amp;lt;row depends="$hide$"&amp;gt;
    &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #table1 .table th,#table1  .table td {
             text-align: left !important;
             font-weight: bold !important;
           }

        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;

      &amp;lt;table id="table1"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="_internal" |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;

      &amp;lt;table id="table2"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="_internal" |stats count by source&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 May 2020 14:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467510#M33055</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-30T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change the font type to Bold for one particular table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467511#M33056</link>
      <description>&lt;P&gt;@nagar57 please try the following ... you missed adding table id &lt;CODE&gt;#all_req_table&lt;/CODE&gt; to &lt;CODE&gt;.table td&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#all_req_table .table th, 
#all_req_table .table td {
    text-align: left !important;
    font-weight: bold !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 May 2020 14:25:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-font-type-to-Bold-for-one-particular-table/m-p/467511#M33056</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-30T14:25:54Z</dc:date>
    </item>
  </channel>
</rss>

