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 am working on a password functionality where i can insert a password into a data table and after this add an action functionality that takes me to the home screen if the inserted password in the table is the same as the actual password from a table.
Does anyone have an idea how this could be done?
At this point i have a form with the data provider. within the data provider i have a table with a side panel and a password field within the side panel. I want to update my data set from my data provider so that what i write in the password field will be implemented and saved in the data table. Does anyone know how i can do this?
The table has the columns; Name, departement and IMO numbers filtered. Every time i press enter after writing down the password i want to insert, i get the error: Name cant be blank and IMO number cant be blank.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a password functionality where i can insert a password into a data table and after this add an action functionality that takes me to the home screen if the inserted password in the table is the same as the actual password from a table.
Does anyone have an idea how this could be done?
At this point i have a form with the data provider. within the data provider i have a table with a side panel and a password field within the side panel. I want to update my data set from my data provider so that what i write in the password field will be implemented and saved in the data table. Does anyone know how i can do this?
The table has the columns; Name, departement and IMO numbers filtered. Every time i press enter after writing down the password i want to insert, i get the error: Name cant be blank and IMO number cant be blank.
Beta Was this translation helpful? Give feedback.
All reactions