Hi! I need your help
I want to save the data and time on the phone, who will remain saved in list viewer. I tried this, but appear nothing:( Can everybody help me?
For example, I want to be able to set the date and time to remember when I’m scheduled to see a doctor.
in the example above you can do this too
you can click on the time / date input and change it then click save
Can you send me a image from design screen, please!
this is the app link if this will help you
https://x.thunkable.com/copy/34d1c545a7a1329113a433e25415d136
Thank you so much! You are awesome!
you welcome
Hi. I need your help.
How can I delete each row separately and display a message whether or not I agree to delete that row?
HI, I use Data_Viewer_List and don’t appear like you.
In DVL (Data Viewer List) the data displayed is in a table and not directly assigned to the DVL. If you want to remove any of the entries then you will have to delete the row in the table associated with the DVL.
hmm, can you help me?
https://x.thunkable.com/projects/6054c5bf696e5800eb4334e0/10101e11-e310-459a-966f-fdda85ba75bc/blocks
use the green block “row id” in place of the “row id” in the delete block.
oh,ok. But I want to show me a question which ask me if i agree with delete rows or not
First fill in the alert component like this
Then use it in the “Item Click” block
thank you!