I’m trying to create a diary with the local data source and present it with the data list viewer component.
The problem is when I add a new row to this data source the new row is presented last.
I want new rows to be first and the old ones to go to the bottom of the list.
I know it is possible to do it with airtable / spreadsheet but those two aren’t good for my purpose.
the Data Viewer component displays data in the order in which it is located in the Data Source component. This means that you need to fill in the Data Source correctly. This problem can be solved, but I am afraid that its solution will not be as good as you expect. Why? Try it and see for yourself.
In this example, data for Data Viewer is taken from Local DB. But in your case, you need to take the data from List, because this will allow you to add entries to the top of the list. The algorithm will be as follows: