Columns Create, Edit, Remove

Hi,

Is there any possibility to have Create, Remove and Edit Buttons for columns instead of rows?

Best Regards,
-n

Hello @neutrino

Could you clarify you task? As an option you can share simple illustration

Regards

Hi,

Let say I have an Entity with 5 attributes (this means 5 column in database).
Is it possible to have (in Browse UI) a Create Button in order to create the (persistent) 6th column?

Regards,
-n

You want to add entity properties in runtime, am I right?

Yes, is it possible?

Unfortunately you cannot change domain model at runtime. It’s only possible to add generated columns to add some additional info based on existing values.

You can also think about using one of the following:

Cheers
Mario

2 Likes

Thank you!