<?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 How do you adjust simple xml table column width in Splunk 6.x? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193860#M12094</link>
    <description>&lt;P&gt;I am trying to find out how to adjust the widths of columns in a table in Simple XML.  I've explored some .css and .js options but could not find a satisfactory answer.  Could someone shed some light on it.  Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jan 2015 04:53:01 GMT</pubDate>
    <dc:creator>anwarmian</dc:creator>
    <dc:date>2015-01-15T04:53:01Z</dc:date>
    <item>
      <title>How do you adjust simple xml table column width in Splunk 6.x?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193860#M12094</link>
      <description>&lt;P&gt;I am trying to find out how to adjust the widths of columns in a table in Simple XML.  I've explored some .css and .js options but could not find a satisfactory answer.  Could someone shed some light on it.  Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 04:53:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193860#M12094</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2015-01-15T04:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do you adjust simple xml table column width in Splunk 6.x?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193861#M12095</link>
      <description>&lt;P&gt;in you table put id as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;table id="size_cell"&amp;gt;
.......
.....
&amp;lt;/table &amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in you .css file add &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#size_cell  td.size {
 size: 25px;
background-color: #ffc57a !important;
font-weight: bold;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you  can change the size with size: size_valeur pixel as you want.&lt;BR /&gt;
or you use the width and height attributes by specifying the values of your choice in your .css file&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 08:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193861#M12095</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-01-15T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you adjust simple xml table column width in Splunk 6.x?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193862#M12096</link>
      <description>&lt;P&gt;Good answer fdi01.  I've tried this but other css files (i,e.bootstrap.min.css, etc) are taking precedence over my custom css file event if I use "!important; ."  I believe using  % is good for column width.  I was actually interested in setting column width on a particular column (i.e. 4th column) in a table.  Thank you for your answer.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 17:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/193862#M12096</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2015-01-15T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you adjust simple xml table column width in Splunk 6.x?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/529074#M35914</link>
      <description>&lt;P&gt;&amp;nbsp;you can use something like this if you want to make changes to a particular column&lt;/P&gt;&lt;LI-CODE lang="css"&gt;#tableWithDrilldown td:nth-child(16) {
          color: #1717E6 !important;
          font-weight: bold !important;
          text-decoration: underline !important;
          text-decoration-color: blue !important;
          }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 06:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-adjust-simple-xml-table-column-width-in-Splunk-6-x/m-p/529074#M35914</guid>
      <dc:creator>sdhawanx</dc:creator>
      <dc:date>2020-11-12T06:02:47Z</dc:date>
    </item>
  </channel>
</rss>

