sets field objects participating in filtering
webix.ui({
view: "query",
fields: [
{id: "first_name", value: "First Name", type: "text"},
{id: "age", value: "Age", type: "number"},
{id: "job", value: "Job", type: "text"},
// other fields
]
});
The fields property is an array of field objects that will be used for filtering the dataset. Each field object has three properties: