Customizing the query builder

Hi,

I do have the query builder code like this

var querybuilder = webix.ui({

    view:"querybuilder",
 
    id: "querybuilder",

    fields: [

        { id:"fname",   value:"First Name", type:"string" },

        { id:"lname",   value:"Last Name",  type:"string" },

        { id:"age",     value:"Age",        type:"number" },

        { id:"bdate",   value:"Birth Date", type:"date" }

    ]

});

I dont need the or and the addGroup buttons . I wanted to remove those buttons
and rename the buttons to add.

How can i do this

Pls help me i stuck here.

Hi,

You can remove the buttons via CSS

.webix_qb_buttons {
    display: none;
  }

Sample: https://snippet.webix.com/hpyr58c7