Splunk Search

Formatting the column of expanded table

rajyah
Communicator

Good day Splunkers!

What is the correct way to format the column of expanded table? So far I tried this but it didn't work. 😞

 this._tableView = new TableView({
                id:'myTable',
                managerid: 'details-search-manager',
                showPager:false,
                wrap: true,
                drilldown: "none",
                format: {
                "MyField": [ 
                    {
                        "type": "number", 

                        "options": 
                        {
                            "precision": "1"
                        }
                    }
                ]
            }
            });

Is there something I'm missing?

Tags (2)
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...