Data display I want the 'opposite'

@domhnallohanlon and the other ThunkableStuff or power thunkable
How to display the opposite data on the data display (last added at the top) :sob:
If yes please answer! thanks!!

What are you using for a data source?

How are you displaying the data?

What have you tried? You should be able to sort a list in Thunkable or sort a cloud-based spreadsheet, for example.

Also, @domhnallohanlon is busy, fixing bugs and adding cool new stuff to Thunkable or whatever it is he does all day. :slight_smile:

That’s kind of the point of a community forum. The community is here to help you. It’s really only necessary to tag @domhnallohanlon if you’ve exhausted all other options and have a re-produceable bug or a feature request that doesn’t already exist. And even then, you don’t have to tag him… you can just post it yourself:

https://docs.thunkable.com/bugs-and-feature-requests

2 Likes

since you’re obviously using a list viewer to display your list, then make sure you add new items to the start of the list, not the end, by using a block like this:

image

2 Likes

Can you explain in detail?

try it with this link
https://x.thunkable.com/copy/6d7dc81493038963cec70d0d6e4c499b

at start, the switch/slider points to left meaning, “add to front”. your list is displayed in the list viewer below. enter a new item to add, say for example “Toy”, in the input text. Press button “Add” - the item gets added to the “top” - just as you wanted. (if you want new data to go to the end, click on the switch/slider so that it points to the right “add to end”. )

1 Like

Copy
I mean use this, help me
Data viewer
At present, it is added at the back, please help me to change it to be added at the front

try this new project
https://x.thunkable.com/copy/24eda8f135017db3014d1885742d5c3d

i created a data viewer to hold the data source (local) but i turned off visibility. after data source is updated with new data, the entire data source is copied to the list in reverse order. then i display the list as usual in a list viewer.

1 Like

I found that you are using a list display, I changed it to a display data display, but there is still no way!?

1 Like

The DVL (Data Viewer List) will always take the order of the underlying table.

You either use a List Viewer or design your own Data Viewer using the cloning method.

1 Like

How to do?

1 Like

Try this
https://x.thunkable.com/projectPage/60815826ac47a500114175a7
The switch is to control the order.

1 Like

i didnt realize we could do this (ie. indexable rows)! thanks for the nice example.

2 Likes

So easy if you create another column in your spreadsheet to add row ID then in Spreadsheet itself auto sort all data acording to row ID column.