Hi everyone,
I would like to know how you have been doing pagination with Supabase through the collection and ask some questions.
- We have the option to limit the number of items, and the plugin itself adds the offset, but when I jump to the next page through elementor pagination it pushes the collection instead of replacing it with the next items.
- Are items with a null value when pagination is applied something that cannot be resolved?
Due to these points it may be better to create a var and use SELECT with the range than to use the collection to bring in a lot of data.
I thank everyone for being able to help.
I think @Broberto would have a relevant opinion on this.