Dashboards & Visualizations

How to freeze the tile in the dashboard

jaibalaraman
Path Finder

Hi All

I there any way to freeze the tile in the dashboard when we scroll down in the dashboard. 

jaibalaraman_0-1732677084928.png

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You might be able to do it in Classic SimpleXML dashboards - would this be an option for you?

0 Karma

PaulPanther
Motivator

Klick on your table in Dashboard Studio and choose Data display --> Header row --> Fixed

jaibalaraman
Path Finder

Hi Paul

Thanks for the information.

However, the below heading it's not actually a single table it's a markdown text.

jaibalaraman_0-1732743438970.png

The below highlighted are individual markdown text

 

jaibalaraman_1-1732743473245.png

Where i don't find any option 

jaibalaraman_2-1732743526906.png

 

 

 

0 Karma

PaulPanther
Motivator

Ah okay, I'm pretty sure that this is not possible but maybe someone else has a solution for it.

0 Karma

jaibalaraman
Path Finder

Is there any solution ...

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this (in SimpleXML of course!)

  <row id="banner">
    <panel>
      <html>
        <style>
          div[id="banner"].dashboard-row {
            top: 0;
            position: sticky;
            z-index: 9999;
          }
          div[id="banner"] div {
            background-color: yellow;
          }
        </style>
        <h1>Your banner panel</h1>
      </html>
    </panel>
  </row>
0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...