You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into a situation where one of my validation checks requires for a column to have unique values. A nice enhancement would be to be able to enforce uniqueness of values in one or several columns. It could be done the same way that required is defined in the column definition.
The text was updated successfully, but these errors were encountered:
I have run into a situation where one of my validation checks requires for a column to have unique values. A nice enhancement would be to be able to enforce uniqueness of values in one or several columns. It could be done the same way that
required
is defined in the column definition.The text was updated successfully, but these errors were encountered: