Hello flex team i need pass extra parameter for context menu how do i achieve that?
var pivot = new Flexmonster({
container: "pivot-container",
componentFolder: "https://cdn.flexmonster.com/",
width: "100%",
height: 430,
customeContextMenu: function(items,data,viewtype, uniqueIdentyfier),
toolbar: true,
report: {
dataSource: {
filename: "data/data.csv"
}
}
});
something like that is it possible?
Hello, Bilguun,
Thank you for writing to us.
If it is needed to access any external information inside customizeContextMenu, we recommend defining this information in your app. After this, you can check this info when defining the handler for each item. For more details on the handler please see: https://www.flexmonster.com/api/customizecontextmenu/.
Hope it helps.
Best regards,
Milena