Bubble.io Tutorial: Google Like Pagination

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 25

  • @brettleclerc
    @brettleclerc Год назад +3

    Finally an easy-to-implement pagination solution without the need for a dedicated plugin.
    Thanks a lot!

  • @bradleymarabel-whitburn1715
    @bradleymarabel-whitburn1715 Год назад +2

    Fantastic explanation, much better way of doing pagination than using a third party plugin

  • @IsaacBG84
    @IsaacBG84 Год назад +1

    Awsome, a great example how to do pagination without using javascript modules

  • @P3BlackOps
    @P3BlackOps Год назад +1

    Really well done.

  • @oceaneveryday
    @oceaneveryday Год назад +1

    ​ This is fantastic, thank you!! Also, I'd LOVE to see a way to implement a "Go to page x" function, as it would nicely complement what you've shown here... Any thoughts on how to do that?

  • @alansinger7219
    @alansinger7219 Год назад

    Excellent video - very well presented - very clear - Well done and thank you!!

  • @NewtonNegron
    @NewtonNegron 2 года назад +1

    great explanation, congrats and thanks you

  • @phc41hot1
    @phc41hot1 Год назад +1

    Thanks for sharing, excellent tutorial.

  • @cinthyamayerlyrondonafanad6649

    Hello, thanks for the video. Can you help me with the rows per page field? I can't set the correct condition 😮‍💨

  • @engajus
    @engajus Год назад +1

    Awesome!

  • @jjcoleman6645
    @jjcoleman6645 2 года назад +1

    Great stuff! Have you made a follow up video showing how let users choose how many rows display in the repeating group?
    Thanks!

    • @nocodeable
      @nocodeable  2 года назад +1

      Not yet. I am still working on the best way to accomplish this. But stay tuned. It's definitely on the list.

  • @KeeganLeary
    @KeeganLeary 2 года назад +1

    Awesome video - Will this work with your "filter a repeating group from API" implementation as well? I.E. if we are on page 1 and search for something on page 3 it will appear in the results? Thanks!

    • @nocodeable
      @nocodeable  2 года назад

      Most API's do allow for some pagination functionality so it would simply be a matter of ensuring the API logic was correct - but it could definitely work.

  • @eng.leandrothome
    @eng.leandrothome 2 года назад +1

    Thank you, you helped me a lot. My congratulations for the videos. Just help me with one thing, I couldn't make the repeater group decrease like yours, what did you put in the layout? Greetings from Brazil.

    • @ixt2857
      @ixt2857 2 года назад

      I would also like to know

    • @cpt.hawkeye4077
      @cpt.hawkeye4077 Год назад

      Hi, I had same problem and it was solved by checkbox "Showpartial list on last page if needed" checkbox in repeatingGroup settings

  • @IsaacBG84
    @IsaacBG84 Год назад

    Hello, how do i refresh the repeating group content?

  • @hayttlesds
    @hayttlesds 10 месяцев назад +1

    With Table feature this cannot do the same.

  • @MultiProbation
    @MultiProbation 2 года назад +1

    great tutorial!

  • @lucianoxborges
    @lucianoxborges Год назад

    Hi I have advanced a lot. But why the pages are accumulative in my case, for example in your 3rd page only shows last 2 items, and mine shows mixing the 2nd and 3rd page.

    • @michaelwinther894
      @michaelwinther894 Год назад +1

      Hi @lucianoxborges
      Just enable the "Show partial list on last page"-flag on the repeating group (the flag can be found within the "Appearance"-tab). Didn't see it either to begin with :)

  • @rinkashiki02
    @rinkashiki02 Год назад

    Hi how can I make the page count dynamic if for example I filter by status?

    • @nocodeable
      @nocodeable  Год назад

      You can check out this video for examples of how to filter repeating groups using custom states.
      ruclips.net/video/6Fykdt81Xmg/видео.html
      Otherwise, your filter could just be a new database query with the constraints you prefer.