Skip to main content
1-Visitor
January 21, 2019
Question

MaxHeaderHeight on Advanced Grid using JSON Configuration

  • January 21, 2019
  • 2 replies
  • 3820 views

I have not been able to set the MaxHeaderHeight on the Advanced Grid using the JSON Configuration option. 

 

I've tried:

"maxHeaderHeight":"18",

"maxHeaderHeight":"18px",

"MaxHeaderHeight":"18",

"MaxHeaderHeight":"18px",

 

at the root of the JSON and in other locations and nothing. Has anyone been able to do this and could share the solution please?

2 replies

20-Turquoise
January 22, 2019

Have you seen the example entity (part of the advanced grid extension)?  It should work with "MaxHeaderSize" : "50px".

1-Visitor
January 22, 2019

Which service did you find that in? I thought I checked all of them, but maybe I did not? Thank you!

20-Turquoise
January 23, 2019

 Thing: GridAdvancedExampleServices, service:  GetWeatherConfiguration

 

Hope this helps!

20-Turquoise
January 22, 2019

Have you seen the example entity (part of the advanced grid extension)?  It should work with "MaxHeaderSize" : "50px".