Hi, i am using TableView extension by ken. I am having problem with the display of data in table view. Why row data 5,6,7,8 is not listed under 1,2,3,4? But in listview 5,6,7,8 is listed under 1,2,3,4 Do i key in something wrong in the blocks?
As an aside, you should use the close screen block to get back to Screen1 from Screen2, otherwise you run the risk of continually adding a new Screen1 to the stack...
i am sorry i do not understand your meaning as i am very new to this. What i am trying to do is that I want to key in 4 different value at screen 1. and click save. and go to screen 2 to read the data in table format. However, i am trying to learn the steps through online. I am not sure which of the block went wrong. here is the block of my screen 1
You have a choice, you can either use arrangements as virtual screens (hide and show them as required), or do as you were doing and use the tinydb to store the data, so that you can access the list in another screen, or use the start value.
Hi tim, can i have sample of this if i would like to preview the data on another screen? and what if i wish to delete the data on the another screen using the tableview. Thanks in advance