Skip to main content
Tutorial

Reorder Columns in ONE Listing

  • January 31, 2022
  • 1 reply
  • 80 views

Forum|alt.badge.img+2

Did you know that you can reorder or add custom columns to Listings within ONE? Here is an example where we move the validity score to be the second column. You could also disable various columns here if you would like.

 

To do this, you would add the following in Debugging Tools, for more information, please see our documentation. 

{
  "_type": "entity.page.listing",
  "children": {
    "_type": "relationships.hierarchyListing",
    "enableSelection": true,
    "columns": {
      "name":{
        "name": "Name"
      },
      "dqEvalTermAggr": {
        "name": "Overall Validity"
      },
      "type": {
        "dataPath": [],
        "name": "Type",
        "after": "dqEvalTermAggr",
        "renderer": {
          "_type": "glossary.termType.tableCell"
        }
      },
      "abbreviation":{
        "name":"Abbreviation",
        "after":"type"
      }
    }
  }
}

 

Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+2

Thanks @nathaniel.reid-smith for the tip!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings