Dashboards & Visualizations

Table wrap

timbCFCA
Path Finder

I recently converted from a simple to advanced XML view for a parametrized search.
I would like to get the results (displayed in a SimplerResultsTable as of now) to word wrap.
The lines in the table are exceedingly long and impossible to print clearly without getting word wrap working.

I've tried using the SoftWrap option
Search

source="forechange" user="$user$" summary="$summary$"

        <module name="ViewstateAdapter">
          <module name="HiddenFieldPicker">
            <param name="strictMode">True</param>
            <module name="JobProgressIndicator"/>
            <module name="Paginator">
              <param name="count">10</param>
              <param name="entityName">results</param>

              <module name="SoftWrap" layoutPanel="panel_row1_col1">

                <module name="SimpleResultsTable">
                  <param name="fields">_time,user,desc,summary,details</param>

and updating the CSS with

.SimpleResultsTable table.simpleResultsTable {
    white-space:normal;
 }

Neither appears to be working. What am I doing wrong?

Tags (2)
1 Solution

Ayn
Legend

Try:

.SimpleResultsTable table.simpleResultsTable {
    white-space:pre-line;
}

View solution in original post

Ayn
Legend

Try:

.SimpleResultsTable table.simpleResultsTable {
    white-space:pre-line;
}

0waste_splunk
Communicator

where is this css located? in which CSS i should add this code? i have created a dashboard. there is no specific app.

0 Karma

Yunagi
Communicator

Create the CSS file under etc/apps/myapp/appserver/static/.
Also, you need to include the CSS file in your dashboard. Edit the first XML line as follows: dashboard stylesheet="formatting.css"

0 Karma

MHWong
New Member

Did you ever figure this out? I have this problem too.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...