ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: takao.sohara on May 22, 2020, 10:54:33 am

Title: menu icon problem
Post by: takao.sohara on May 22, 2020, 10:54:33 am
Param query version is using 6.2.4.

When displaying / hiding a column with the menu icon, if the column name contains an html tag, the html tag will appear with it.
Is there a workaround?

Thanks
Title: Re: menu icon problem
Post by: paramvir on May 22, 2020, 01:43:10 pm
Its solution is to use gridOptions, also discussed here.

https://paramquery.com/forum/index.php?topic=3469.msg12769#msg12769

Code: [Select]
menuUI:{
gridOptions:{
columnTemplate:{dataType:'html'}
}
},
Title: Re: menu icon problem
Post by: paramvir on May 26, 2020, 03:26:06 pm
For more information on menuUI.gridOptions usage, please refer to the API

https://paramquery.com/pro/api#option-menuUI