Dashboards & Visualizations

Freezing Headers and Columns

genesiusj
Builder

Hello,

I have a table with many columns. My requirement is for our users to scroll vertically to view the other columns while freezing the first 5-6 columns and headers (just as available in Excel).

I read and tired this post. How to freeze first 3~4 columns in a table 

I have a few questions/issues concerning that post.

1) Is the views path always the same, or does this need to modified for my app file location?

#myTable div [data-view="views/shared/results_table/ResultsTableMaster"] td:nth-child(1) {
              position: fixed;

2) Only one column froze, and the headers scrolled off the dashboard when vertically scrolling.

Thanks in advance for your assistance.

Teach a man to fish...

God bless,
Genesius

Labels (4)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...