ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Punit on June 30, 2022, 11:08:03 am

Title: Remove + Tab button In Excel Sheet
Post 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.
Title: Re: Remove + Tab button In Excel Sheet
Post by: paramvir on June 30, 2022, 11:27:46 am
Add noAdd: true to tabModel.

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

Code: [Select]
        tabModel: {
    noAdd: true,
            tabs: []
        },