Genpact Cora Knowledge Center

Support

Create a Custom Column Display Name

v8.3 and later

When you create a Grid tile, you cannot use spaces in the column name. You can customize the column display name to include a space using JSON. 

Grid Tile: Column Display Name

{
 "columns": [
 {
 "field": "AVGTime",
 "title": "Average Time",
 "width": 100
 },
 {
 "field": "ActivatedDate",
 "format": "{0:n1}/d",
 "title": " Activated Date ",
 "width": 100
 },
 {
 "field": "Name", 
 "title": "Customer Name",
 "width": 100
 },
 {
 "field": "PreviousYearEarning", 
 "title": " Previous Year Earning ",
 "width": 100
 } 
 ]
 }