<?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: Table wrap in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107699#M6105</link>
    <description>&lt;P&gt;Create the CSS file under etc/apps/myapp/appserver/static/.&lt;BR /&gt;
Also, you need to include the CSS file in your dashboard. Edit the first XML line as follows: dashboard stylesheet="formatting.css"&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 10:32:47 GMT</pubDate>
    <dc:creator>Yunagi</dc:creator>
    <dc:date>2018-01-10T10:32:47Z</dc:date>
    <item>
      <title>Table wrap</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107695#M6101</link>
      <description>&lt;P&gt;I recently converted from a simple to advanced XML view for a parametrized search. &lt;BR /&gt;
I would like to get the results (displayed in a SimplerResultsTable as of now) to word wrap. &lt;BR /&gt;
The lines in the table are exceedingly long and impossible to print clearly without getting word wrap working.  &lt;/P&gt;

&lt;P&gt;I've tried using the SoftWrap option &lt;BR /&gt;
         &lt;OBJECT&gt;&lt;PARAM name="label" /&gt;Search&lt;BR /&gt;
          &lt;MODULE name="HiddenSearch" layoutpanel="panel_row1_col1" autorun="False"&gt;&lt;BR /&gt;
            &lt;PARAM name="search" /&gt;source="&lt;EM&gt;forechange&lt;/EM&gt;" user="&lt;EM&gt;$user$&lt;/EM&gt;" summary="&lt;EM&gt;$summary$&lt;/EM&gt;"&lt;/MODULE&gt;&lt;/OBJECT&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;module name="ViewstateAdapter"&amp;gt;
          &amp;lt;module name="HiddenFieldPicker"&amp;gt;
            &amp;lt;param name="strictMode"&amp;gt;True&amp;lt;/param&amp;gt;
            &amp;lt;module name="JobProgressIndicator"/&amp;gt;
            &amp;lt;module name="Paginator"&amp;gt;
              &amp;lt;param name="count"&amp;gt;10&amp;lt;/param&amp;gt;
              &amp;lt;param name="entityName"&amp;gt;results&amp;lt;/param&amp;gt;

              &amp;lt;module name="SoftWrap" layoutPanel="panel_row1_col1"&amp;gt;

                &amp;lt;module name="SimpleResultsTable"&amp;gt;
                  &amp;lt;param name="fields"&amp;gt;_time,user,desc,summary,details&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and updating the CSS with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SimpleResultsTable table.simpleResultsTable {
    white-space:normal;
 }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Neither appears to be working. What am I doing wrong? &lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2011 19:05:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107695#M6101</guid>
      <dc:creator>timbCFCA</dc:creator>
      <dc:date>2011-05-23T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table wrap</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107696#M6102</link>
      <description>&lt;P&gt;Did you ever figure this out? I have this problem too.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 22:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107696#M6102</guid>
      <dc:creator>MHWong</dc:creator>
      <dc:date>2012-08-14T22:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table wrap</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107697#M6103</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SimpleResultsTable table.simpleResultsTable {
    white-space:pre-line;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Aug 2012 22:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107697#M6103</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-08-14T22:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table wrap</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107698#M6104</link>
      <description>&lt;P&gt;where is this css located? in which CSS i should add this code? i have created a dashboard. there is no specific app.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2013 21:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107698#M6104</guid>
      <dc:creator>0waste_splunk</dc:creator>
      <dc:date>2013-08-15T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table wrap</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107699#M6105</link>
      <description>&lt;P&gt;Create the CSS file under etc/apps/myapp/appserver/static/.&lt;BR /&gt;
Also, you need to include the CSS file in your dashboard. Edit the first XML line as follows: dashboard stylesheet="formatting.css"&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 10:32:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-wrap/m-p/107699#M6105</guid>
      <dc:creator>Yunagi</dc:creator>
      <dc:date>2018-01-10T10:32:47Z</dc:date>
    </item>
  </channel>
</rss>

