All Apps and Add-ons

Nested tables using Sideview Utils

ejmin
Path Finder

Hi I already have an output of row expansion a table within the table. is there a possibility to render a table within a table within a table so the output was like this format

  • row 1
    • row 1-1
    • row 1-1-1
    • row 1-1-2
    • row 1-2
  • row 2
Tags (1)
0 Karma

sideview
SplunkTrust
SplunkTrust

You can technically embed any collection of modules using the Table-Embedding feature.

So yes you can technically embed modules that themselves include another table that uses teh Table-embedding feature.

The glaring drawback is that you can't do any kind of colspan on it -- the modules can only be embedded into individual cells.

And as a practical matter.... you very well might be better off just doing some clever CSS with padding and layout on divs in an HTML module, vs table-embedding a table module that uses table-embedding.

Note - this is also a distant cousin of "Using a Multiplexer module to multiplex a Multiplexer module that multiplexes some other modules". 😃

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