ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: ohbayashi on April 03, 2018, 09:16:06 am

Title: How to hide "ui-icon-arrow-4-diag" with detailModel
Post by: ohbayashi on April 03, 2018, 09:16:06 am
By clicking on "ui-icon-arrow-4-diag" in detail
Please tell me how to hide this icon only because the screen becomes pure white and it is not displayed.

Code: [Select]
<div class="pq-slider-icon pq-no-capture">
  <span class="ui-widget-header pq-ui-button">
    <span class="ui-icon ui-icon-arrow-4-diag"></span>
  </span>
</div>
Title: Re: How to hide "ui-icon-arrow-4-diag" with detailModel
Post by: paramvir on April 03, 2018, 12:22:39 pm
It's controlled by collapsible.toggle option

https://paramquery.com/pro/api#option-collapsible
Title: Re: How to hide "ui-icon-arrow-4-diag" with detailModel
Post by: ohbayashi on April 03, 2018, 01:30:14 pm
Thank you very much.
I did it.