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

Displays "ko" if column name contains a dot "." in a Data Grid #743

Closed gregory-vorbe closed 2 weeks ago

gregory-vorbe commented 2 weeks ago

No Code Studio 2.0.0-beta135

image

image

If you remove the dot from column name and renew configuration of the Data Grid, it displays correctly: image

CharlesGrimont commented 2 weeks ago

was due to this feature : https://www.ag-grid.com/javascript-data-grid/grid-options/ see : suppressFieldDotNotation

However, ag grid does not support the display of the point and it is now automatically hidden by ag grid

To be tested in 2.0.0-beta138

gregory-vorbe commented 2 weeks ago

OK in 2.0.0-beta139