Hello, the app im making may have quite a number of images.
Is there any way i can limit the number of photos shown in the gallery view?
If the photo is not shown in the gallery view, then the user can use the search function to search for other photos not shown in the gallery view..
You can use a TOP() expression in a Slice. However that won’t allow the user to search for photos that aren’t in the Slice. There’s not really a way to implement any sort of pagination functionality like you’re sort of describing.
1 Like
Ohh, okay noted. Theres limitation on that. Thanks @Marc_Dillon for the info..