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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...