ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
Its solution is to use gridOptions, also discussed here.
https://paramquery.com/forum/index.php?topic=3469.msg12769#msg12769
menuUI:{
gridOptions:{
columnTemplate:{dataType:'html'}
}
},
-
For more information on menuUI.gridOptions usage, please refer to the API
https://paramquery.com/pro/api#option-menuUI