ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: wmwa on October 03, 2015, 01:40:30 am

Title: Show fullscreen button but not hide button
Post by: wmwa on October 03, 2015, 01:40:30 am
Is there a way to hide only one of the two upper-right buttons on the grids? I want the ability to fullscreen the grid, but don't really need to be able to minimize it. They seem to come as a pair in the CSS though.
Title: Re: Show fullscreen button but not hide button
Post by: paramvir on October 05, 2015, 11:01:30 am
It can be done with help of collapsible option http://paramquery.com/pro/api#option-collapsible

Code: [Select]
collapsible: {on: false}