Hello,
I want my repeater to show the 30 newest items, starting from the bottom. I know how to sort it old to new, but I want to show the newest 30 item only. How could I achieve this?
Thanks!
Hello,
I want my repeater to show the 30 newest items, starting from the bottom. I know how to sort it old to new, but I want to show the newest 30 item only. How could I achieve this?
Thanks!
Hello.
Using data binding you case set sort and according to created date and then enter 30 under Enter a number of items to display . Click here to learn more.
With a data query you can set the sort order and use .limit(30) function. Refer our API here: https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html#limit
Good luck!
Thanks, but the problem with that is that it will show the newest items at the bottom still
At the top*