Author Topic: Remove + Tab button In Excel Sheet  (Read 330 times)

Punit

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 46
    • View Profile
Remove + Tab button In Excel Sheet
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Remove + Tab button In Excel Sheet
« Reply #1 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: []
        },