Closed gregory-vorbe closed 1 month ago
getConfigurationData
method has been defined in window object and can now be called from another project called from an inframe.
// from another project called from an iframe
if (window.parent) {
let getConfigurationData = window.parent["getConfigurationData"]();
console.log("getConfigurationData: ", getConfigurationData);
}
To be tested
Reported in 2.0.0-beta73
OK in 2.0.0-beta88
When you set a Data source to a grid and want to edit it the second time, it would be great that it remembers the configuration of the table and column you had selected :