<?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: How I can resize the table length so that the scrolling option I can remove. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487783#M136274</link>
    <description>&lt;P&gt;Hi @DavidHourani Thank-you its is working but there is some issue in Panel id side&lt;/P&gt;

&lt;P&gt;**** (already used panel id so how i can use in both the places)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;label&amp;gt;Clone&amp;lt;/label&amp;gt;
    &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
        #myTableStyle{
          font-size: 50% !important;
        }
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;
  &amp;lt;/panel&amp;gt;

  ****** (already used here panel id so how i can reused  in both the places)** 
        &amp;lt;table&amp;gt;
          &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;| inputlookup raj100|table ApName "Area Nmae Details" "Area CP Name" CLevel Date "Issue Description" "MD Name" PinID "Recommended Fix" "SC Title Name" Srate Task Title URL&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;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
          &amp;lt;/search&amp;gt;
          &amp;lt;option name="count"&amp;gt;4&amp;lt;/option&amp;gt;
          &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
          &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;/table&amp;gt;
      &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Apr 2020 06:08:36 GMT</pubDate>
    <dc:creator>hrs2019</dc:creator>
    <dc:date>2020-04-28T06:08:36Z</dc:date>
    <item>
      <title>How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487777#M136268</link>
      <description>&lt;P&gt;Hello everyone &lt;/P&gt;

&lt;P&gt;How I can resize the table length so that the scrolling option I can remove and I can see all the field at the same time without scrolling right or left&lt;BR /&gt;
I want to display  'Area CP Name'  field output in the below format so that the scrolling right or left issue I can fix.&lt;/P&gt;

&lt;P&gt;Area CP Name&lt;BR /&gt;
1. dcdio.dv.&lt;BR /&gt;
     gethdhsdhthrd&lt;BR /&gt;
2. dcdio.dv.&lt;BR /&gt;
    gethdhsdhthrd&lt;/P&gt;

&lt;P&gt;My XML code is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard theme="dark"&amp;gt;
  &amp;lt;label&amp;gt;Clone&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup raj100|table ApName "Area Nmae Details" "Area CP Name" CLevel Date "Issue Description" "MD Name" PinID "Recommended Fix" "SC Title Name" Srate Task Title URL&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;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;4&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&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;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8804i3E782EECBA915C9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487777#M136268</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-27T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487778#M136269</link>
      <description>&lt;P&gt;You can use CSS to adjust table size and adjust the width of your column or cell or row as per your requirement using table class.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:31:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487778#M136269</guid>
      <dc:creator>chaitanya1996</dc:creator>
      <dc:date>2020-04-27T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487779#M136270</link>
      <description>&lt;P&gt;Hi @chaitanya1996 can you pls help me in the css code&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:40:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487779#M136270</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-27T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487780#M136271</link>
      <description>&lt;P&gt;Hi @hrs2019 , check with this link: &lt;A href="https://answers.splunk.com/answers/636935/column-width-1.html"&gt;https://answers.splunk.com/answers/636935/column-width-1.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 04:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487780#M136271</guid>
      <dc:creator>chaitanya1996</dc:creator>
      <dc:date>2020-04-28T04:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487781#M136272</link>
      <description>&lt;P&gt;Hi @chaitanya1996 &lt;BR /&gt;
i want to display output field "Area CP Name" in the below format i&lt;BR /&gt;
Now displaying&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Area CP Name                                 want to display 
1. dcdio.dv.gethdhsdhthrd             1. dcdio.dv.
                                         gethdhsdhthrd
2. dcdio.dv.gethdhsdhthrd             2. dcdio.dv.
                                         gethdhsdhthrd
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 05:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487781#M136272</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T05:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487782#M136273</link>
      <description>&lt;P&gt;Hi @hrs2019,&lt;/P&gt;

&lt;P&gt;Based on your data, I doubt changing the column or table width will do anything to rid you of the horizontal scrollbar as it's already at 100% of the page. This leaves you with the following options : &lt;BR /&gt;
1- Reduce the number of fields displayed on the table.&lt;BR /&gt;
2- Use a higher resolution.&lt;BR /&gt;
3- Reduce the font size for the table content : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;dashboard theme="dark"&amp;gt;
   &amp;lt;label&amp;gt;Clone&amp;lt;/label&amp;gt;
   &amp;lt;row&amp;gt;
   &amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
   &amp;lt;html&amp;gt;
     &amp;lt;style&amp;gt;
       #myTableStyle{
         font-size: 50% !important;
       }
     &amp;lt;/style&amp;gt;
   &amp;lt;/html&amp;gt;
 &amp;lt;/panel&amp;gt;
 &amp;lt;panel id="myTableStyle"&amp;gt;
       &amp;lt;table&amp;gt;
         &amp;lt;search&amp;gt;
           &amp;lt;query&amp;gt;| inputlookup raj100|table ApName "Area Nmae Details" "Area CP Name" CLevel Date "Issue Description" "MD Name" PinID "Recommended Fix" "SC Title Name" Srate Task Title URL&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;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
         &amp;lt;/search&amp;gt;
         &amp;lt;option name="count"&amp;gt;4&amp;lt;/option&amp;gt;
         &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
         &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
         &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
         &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="wrap"&amp;gt;true&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;

&lt;P&gt;You can control the font size using the &lt;CODE&gt;font-size&lt;/CODE&gt; CSS option I added to your xml.&lt;/P&gt;

&lt;P&gt;If you still need to set your table width you can use that option as well under &lt;CODE&gt;#myTableStyle&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;Let me know if that works out for your !&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 05:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487782#M136273</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-04-28T05:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487783#M136274</link>
      <description>&lt;P&gt;Hi @DavidHourani Thank-you its is working but there is some issue in Panel id side&lt;/P&gt;

&lt;P&gt;**** (already used panel id so how i can use in both the places)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;label&amp;gt;Clone&amp;lt;/label&amp;gt;
    &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
        #myTableStyle{
          font-size: 50% !important;
        }
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;
  &amp;lt;/panel&amp;gt;

  ****** (already used here panel id so how i can reused  in both the places)** 
        &amp;lt;table&amp;gt;
          &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;| inputlookup raj100|table ApName "Area Nmae Details" "Area CP Name" CLevel Date "Issue Description" "MD Name" PinID "Recommended Fix" "SC Title Name" Srate Task Title URL&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;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
          &amp;lt;/search&amp;gt;
          &amp;lt;option name="count"&amp;gt;4&amp;lt;/option&amp;gt;
          &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
          &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;/table&amp;gt;
      &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487783#M136274</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T06:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487784#M136275</link>
      <description>&lt;P&gt;Hi @hrs2019,&lt;/P&gt;

&lt;P&gt;Since an ID in css is unique, all you have to do is create a new one for your other table. This allows you to make specific changes for each table when needed : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;html&amp;gt;
   &amp;lt;style&amp;gt;
     #myFirstTableStyle{
       font-size: 50% !important;
     }
     #mySecondTableStyle{
       font-size: 50% !important;
     }
   &amp;lt;/style&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Your CSS should look something like the above and then you can use one ID for each table.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487784#M136275</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-04-28T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487785#M136276</link>
      <description>&lt;P&gt;Hi @DavidHourani Thank-you but there is no way to use same panel for different id like one is for css and other is for depend&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487785#M136276</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487786#M136277</link>
      <description>&lt;P&gt;@hrs2019,  what do you mean ? You can use a CSS class instead of an ID if you wish to reuse. Is that what you're asking ? And btw the &lt;CODE&gt;depends="$alwaysHideCSS$"&lt;/CODE&gt; can be renamed to whatever you want, this is just used to hide this html panel, so you can rename the token to anything as long as that token is not set you should be okay.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487786#M136277</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-04-28T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487787#M136278</link>
      <description>&lt;P&gt;Hi @DavidHourani&lt;BR /&gt;
I want to use css for same panel for which i i am using  depends  &lt;/P&gt;

&lt;P&gt;so just want to know how i can use both in the same time for same panel &lt;/P&gt;

&lt;P&gt;like&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487787#M136278</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T06:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487788#M136279</link>
      <description>&lt;P&gt;Ohhhh okay, gotcha, you can't because the depends panel is hidden. So if you add the table in there it will disappear as well ! The depends Panel will not show on your page so only put configuration that you wish to hide in there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487788#M136279</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-04-28T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How I can resize the table length so that the scrolling option I can remove.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487789#M136280</link>
      <description>&lt;P&gt;Thanks @DavidHourani there is no other way right ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-I-can-resize-the-table-length-so-that-the-scrolling-option-I/m-p/487789#M136280</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T06:54:30Z</dc:date>
    </item>
  </channel>
</rss>

