How come I am getting null value when I do the getReport() here.
Please help.
pivot[x] = new Flexmonster({
container: "#pivot-container" + x,
licenseKey: "???",
componentFolder: "assets/plugins/flexmonster/",
width: "100%",
height: "50%",
toolbar: true
});
var flex = {
"dataSource": {
"type": "json", "data": JSON.parse(obj.content)
},
"options": {
"defaultDateType": "date string"
}
};
pivot[x].setReport(
flex
);
console.log(pivot[x].getReport());
Hello,
Thank you for reaching out to us.
Our team did not manage to reproduce the described issue.
You are welcome to see the JSFiddle we have prepared for the demonstration: https://jsfiddle.net/flexmonster/6d4w1n3r/.
Please let us know if it helps.
Kind regards,
Illia
thank you working alreeady.
This question is now closed