ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Punit on June 30, 2022, 11:08:03 am
-
Dear sir,
We want to display excel sheet tabs but we want to hide + excel sheet tab button.
-
Add noAdd: true to tabModel.
https://paramquery.com/pro/api#option-tabModel
tabModel: {
noAdd: true,
tabs: []
},