convertigo / C8oForms

Form Builder is the “No Code” environment built on top of Convertigo Low Code platform technology to enable "Citizen" app makers to build and deploy form based apps connected to enterprise back-end data.
https://www.convertigo.com/no-code-form-application-builder/
Other
4 stars 3 forks source link

Remember the configuration of a Grid data source when editing it #669

Closed gregory-vorbe closed 1 month ago

gregory-vorbe commented 2 months ago

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 :

image image

CharlesGrimont commented 2 months 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);
}
CharlesGrimont commented 2 months ago

To be tested

CharlesGrimont commented 1 month ago

Reported in 2.0.0-beta73

gregory-vorbe commented 1 month ago

OK in 2.0.0-beta88