Hi maria, whenever i pass parameter on filter block i am getting below error Uncaught TypeError: n.attachEvent is not a function
webix.ui({ popup:{ width:800, height:400 }, view: “pivot”, container: “gridContainer”, id: “pivot”, data: pivot_dataset, structure: { columns :“Sector”, rows: Entity, values: [ { name:“Wallet” , operation: “sum”}
] ,
filters:"SOW"
}
}); kindly give me solution