has header
Posted: Thu Jul 05, 2018 3:44 am
Hi, I'm trying to change grid "has header" property in a custom theme. I have this but didn't work. Any can help? thx
"grid": {
"properties": {
"header height": "20",
"row height": "20",
"css class": "blueprint-grid",
"css class 2": "blueprint-defaults",
"sortable columns" : true,
"has header" : true
},
"top offset": 1,
"left offset": 5,
"extra width": 35,
"header rows": "auto", // can be a numeric value or "auto"
"merge headings": false,
"set heading font": true,
"show options as dropdown": true,
"single row zoom": true,
"show page number": true,
"scrollbar": "sliding",
"header field class": ""
},
"grid": {
"properties": {
"header height": "20",
"row height": "20",
"css class": "blueprint-grid",
"css class 2": "blueprint-defaults",
"sortable columns" : true,
"has header" : true
},
"top offset": 1,
"left offset": 5,
"extra width": 35,
"header rows": "auto", // can be a numeric value or "auto"
"merge headings": false,
"set heading font": true,
"show options as dropdown": true,
"single row zoom": true,
"show page number": true,
"scrollbar": "sliding",
"header field class": ""
},