<?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: Vertical headers in dashboards in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307898#M92353</link>
    <description>&lt;P&gt;Hi Marios, Could share a screenshot, for understanding this better? cause I was able to fix this issue with width and height parameters in th/td and it worked for me.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 05:46:09 GMT</pubDate>
    <dc:creator>jincy_18</dc:creator>
    <dc:date>2018-02-28T05:46:09Z</dc:date>
    <item>
      <title>How do I add Vertical headers in dashboards?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307895#M92350</link>
      <description>&lt;P&gt;I am trying to override the standard CSS to format table header in order to rotate the text by 90 degrees. I need this on some numeric tables with a lot of columns. Unfortunately just adding "transform: rotate(90deg);" to the "th" CSS does not seem to be enough as the header is rotated but the column width is preserved. Anyone successfully managed to achieve this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307895#M92350</guid>
      <dc:creator>marios_kstone</dc:creator>
      <dc:date>2022-07-13T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical headers in dashboards</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307896#M92351</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Have you tried using width and height attributes in the css. It should do the trick for you. Do the same for td elements if required.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;th
{
     width: 50px !important;
     height: 30px !important;
    transform: rotate(90deg);
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307896#M92351</guid>
      <dc:creator>jincy_18</dc:creator>
      <dc:date>2018-02-26T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical headers in dashboards</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307897#M92352</link>
      <description>&lt;P&gt;Yes, I tried. The header is rotated but the columns width does not change. Also, the header overlaps other stuff on page... very weird&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307897#M92352</guid>
      <dc:creator>marios_kstone</dc:creator>
      <dc:date>2018-02-26T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical headers in dashboards</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307898#M92353</link>
      <description>&lt;P&gt;Hi Marios, Could share a screenshot, for understanding this better? cause I was able to fix this issue with width and height parameters in th/td and it worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 05:46:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/307898#M92353</guid>
      <dc:creator>jincy_18</dc:creator>
      <dc:date>2018-02-28T05:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical headers in dashboards</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/605437#M210543</link>
      <description>&lt;P&gt;Anyone still looking at doing this try:&lt;BR /&gt;&lt;BR /&gt;#PivotView .table th&lt;BR /&gt;{&lt;BR /&gt;writing-mode: vertical-rl;&lt;BR /&gt;transform: rotate(0deg);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#PivotView .table th:nth-child(1)&amp;nbsp; &amp;nbsp;### This puts first column to horizontal ###&lt;BR /&gt;{&lt;BR /&gt;writing-mode: horizontal-tb;&lt;BR /&gt;font-size:20px !important;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:26:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-Vertical-headers-in-dashboards/m-p/605437#M210543</guid>
      <dc:creator>gmorris_splunk</dc:creator>
      <dc:date>2022-07-13T12:26:05Z</dc:date>
    </item>
  </channel>
</rss>

