Dashboards & Visualizations

table format with proper spacing

smolcj
Builder

hi,
i have three table sin my dashborard, each showing different spacing between their columns, i want them all in same line very neatly. how can i do this?
fed up with changing css.
somebody please help!!!!!!!!!
thank you

Tags (1)
0 Karma

jonuwz
Influencer

If you can't find anything about column widths in the SimpleResultsTable module documentation, there isn't going to be an answer as simple as you're hoping there is.

You're left with either :

1) writing css to set the width of the td and th elements. This is static, and will not adapt to the data.

2) you write aplication.js to inspect the width of each of the column widths of the 1st table and apply the widths to subsequent tables.

3) shove everything in 1 table with generic column names, and remove the column headers with css. You could insert blank rows and dummy headers with append

0 Karma

jonuwz
Influencer

use css then. I'm not going to write the css for you. Just google css table columns, experiment with firebug and drop it in application.css

0 Karma

smolcj
Builder

i need something static, it should not be scalable with values in the table, should look the same as if in single value outputs in between

0 Karma

smolcj
Builder

here is the screenshot
alt text

please help

0 Karma

sideview
SplunkTrust
SplunkTrust

can you post a screenshot?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...