Page 1 of 1

has header

Posted: Thu Jul 05, 2018 3:44 am
by asier
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": ""
},

Re: has header

Posted: Thu Jul 05, 2018 12:20 pm
by Emily
We're sorry to hear that you're having troubles with this. If you're having problems setting the 'has header' property in your DDS Conversion Theme, this issue may be a bug.

If you can email this information to our Support team (support@profoundlogic.com) then our team can create a support ticket for you and look into this further. Please also include a copy of your custom conversion theme in your email (you will need to send this as a .txt file).

Thanks!

Re: has header

Posted: Fri Jul 06, 2018 2:13 am
by asier
Ok, i will be report the bug, thanks for all

Re: has header

Posted: Fri Jul 06, 2018 9:08 am
by Emily
Our support team replied to your email, however we'll post the same information here in the post as well.

In order for this property to work, you will need to place quotation marks around "true" in your custom theme. For example, you'll want to change this line to look like this:

"has header" : "true"

Using the quotations around "true" should solve this issue for you. Could you give this a try and see if this works?

If you have any other questions, please let us know.