Column Type: ENUM

Is there any way to create columns with just a ENUM? Like, In my app, there’s a column called Status, it should only have 3 values: “Bought”, “In Processes” and “Delivered”.

I know there’s a component called choices, but I MUST use DataGrip component as I’m simmulation an excel table, so the user should be able to select only one of those 3 choices, is there any way to do it?

There is no way to present a list of choices in a Data Grid component.

2 Likes

Noooo. It would be so cool to have it.

But thanks anyway man.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.