All Apps and Add-ons

Sideview Util Table - copying of data doesn't retain table format

somesoni2
Revered Legend

Hi All,

I am using Sideview Util's Table module for my dashboard. Earliest I used SimpleResultTable module and I was able to copy the table data (using CTRL+C) and pasted in the tabular format, something like this

col1 col2 col3
val1 val2 val3
val4 val5 val6
.....

Since I had to use color coding for my table rows, I am now using Sideview Utils Table module. Now if I copy the table data they are getting pasted like this.

col1 col2 col3
val1 
val2 
val3
val4 
val5 
val6
 .....

Here my Table module code.

<module name="Pager">
                <param name="count">20</param>
                <module name="Table">
                  <param name="rowClass">$row.fields.state$</param>
                  <param name="hiddenFields">state</param>
                </module>
              </module>

Has anyone faced this issue and/or have resolution for the same?

1 Solution

sideview
SplunkTrust
SplunkTrust

It's a bug. Thanks for reporting it. There is an easy fix and the fix will release in the next version of Sideview Utils (3.2.8). If you want to try out the fix locally you can email me at nick [at] sideviewapps.com and I'll tell you how.

View solution in original post

sideview
SplunkTrust
SplunkTrust

It's a bug. Thanks for reporting it. There is an easy fix and the fix will release in the next version of Sideview Utils (3.2.8). If you want to try out the fix locally you can email me at nick [at] sideviewapps.com and I'll tell you how.

somesoni2
Revered Legend

Thanks Nick for the fix. That solved the issue.

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, ...