<?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 table header alignment in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560332#M38968</link>
    <description>&lt;P&gt;#table .table thead th.string, .table tbody tr td.string{&lt;BR /&gt;text-align:center !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Is this the right way to do that? I am sorry if it has mistakes..&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 11:31:15 GMT</pubDate>
    <dc:creator>anooshac</dc:creator>
    <dc:date>2021-07-21T11:31:15Z</dc:date>
    <item>
      <title>change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560308#M38961</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-message-body"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-message-body-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;The table header's alignments seem completely random. Some are aligned to the left and others are aligned to the right. Is there a way to make them all the same? I have already aligned the cells, but i am not getting how to align the header. Can anyone please help me in this?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560308#M38961</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-07-21T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560310#M38962</link>
      <description>&lt;P&gt;Aren't the headers aligned similarly to the data i.e. non-numeric to the left and numeric to the right?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560310#M38962</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-21T09:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560312#M38963</link>
      <description>&lt;P&gt;yes.. I have a table with numeric and non-numeric values, together they look odd, is there any method by which i can align numeric and non-numeric to the same side?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560312#M38963</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-07-21T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560315#M38964</link>
      <description>&lt;P&gt;Give your panel an id and add a (hidden) panel of html with some styling&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;style&amp;gt;
          #id_of_panel th.numeric {
            text-align: left !important;
          }
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Jul 2021 10:00:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560315#M38964</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-21T10:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560329#M38965</link>
      <description>&lt;P&gt;Thank you so much for this! its working properly..&lt;/P&gt;&lt;P&gt;I have one more doubt.. Same should be done for the non-numeric values too right? Because i want all the values to be aligned to the center..&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560329#M38965</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-07-21T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560330#M38966</link>
      <description>&lt;P&gt;Yes, you would need to do non-numerics as well if you want to override the default left alignment&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560330#M38966</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-21T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560332#M38968</link>
      <description>&lt;P&gt;#table .table thead th.string, .table tbody tr td.string{&lt;BR /&gt;text-align:center !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Is this the right way to do that? I am sorry if it has mistakes..&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560332#M38968</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-07-21T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560338#M38969</link>
      <description>&lt;P&gt;Non-numerics don't have a specific class, they will take the default, so you would need to change the default (and possibly the numeric as well) i.e. just th (and td if you want the data to align as well)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560338#M38969</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-21T11:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: change the table header alignment</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560354#M38973</link>
      <description>&lt;P&gt;okay.. Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 13:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-the-table-header-alignment/m-p/560354#M38973</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-07-21T13:39:17Z</dc:date>
    </item>
  </channel>
</rss>

