Client-Side Pagination in LWC | Lightning web component

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2020
  • In this video, we will create a reusable pagination lightning web component. We will cover the following topic in this video
    1) Create a new component
    2) Component composition
    3) for:each loop
    4) parent component to child component data passing
    5) Child to parent data passing using custom event
    6) getter and setter
    7) fetching data from apex
    8) Wire service
    Server side pagination is better for:
    Large data set
    Faster initial page load
    Accessibility for those not running JavaScript
    Complex view business logic
    Resilience to concurrent changes
    Client side pagination is better for:
    Small data set
    Faster subsequent page loads
    Sort & filter requirements supported fully (unless results greater than max size).
    FOR COOL STUFF OF LIGHTNING WEB COMPONENT
    www.salesforcetroop.com/
    FOLLOW ME -
    FACEBOOK - / salesforcetroop
    LINKEDIN - / nikhilkarkra
    TWITTER - @karkra_nikhil
    This is especially for all the students and IT professional who wants to make their career in Salesforce.
    PLEASE DO LIKE, SHARE AND SUBSCRIBE THIS VIDEO WITH ALL YOUR STUDENT NETWORK, IT NETWORK AND SALESFORCE NETWORK.
    Let everyone learn Salesforce and become a part of our #Ohana.#navigation #lwc #ohana #pagination

ความคิดเห็น • 32

  • @philipphahmann5971
    @philipphahmann5971 ปีที่แล้ว

    I have no words to express how grate i'm right now, thank you so much for spending some time and efforts to delivery this awesome video, really appreciated!!

  • @kaarthika6298
    @kaarthika6298 3 ปีที่แล้ว

    Thank you for the video. loved your content. Love the way you explain the topic even by listening we can execute your commands. Keep making videos.

  • @aakivlogs9499

    Thanks a lot @salesforce troop.

  • @sanjaychari9666
    @sanjaychari9666 3 ปีที่แล้ว

    hey Nikhil, loved this. it helped me in doing one of my learning lwc use cases. Need more such smaller reusable lwc components from you. Thank you

  • @mohithsai3458
    @mohithsai3458 2 ปีที่แล้ว +1

    very nice explanation, please update us more , great job this might help so many people😊

  • @parth_mewara
    @parth_mewara 3 ปีที่แล้ว

    Loved this whole video.. Thank you so much.

  • @rohantelang1817
    @rohantelang1817 3 ปีที่แล้ว

    Thanks a lot.....Very Nice explaination

  • @kishoredevalla6927
    @kishoredevalla6927 2 ปีที่แล้ว

    Thank you so much for this video

  • @gabrielpf1960
    @gabrielpf1960 2 ปีที่แล้ว

    Like like like content very good.. thanks for the vídeo!

  • @prempande25
    @prempande25 2 ปีที่แล้ว

    The video tutorial is so useful. I have learn may things. but Can you add one more extra functionality in Pagination as user want number of pages count to go directly in between next as previous pages?

  • @subharaman3747
    @subharaman3747 2 ปีที่แล้ว

    @salesforce troop:

  • @manmeetkaur80
    @manmeetkaur80 2 ปีที่แล้ว

    Can you upload a video for Pagination in Forms(Lwc) would be a great help

  • @abdulraseedhs1523
    @abdulraseedhs1523 ปีที่แล้ว

    after clicking next button, if we do page refresh its coming from the beginning and any one help how to maintain state?

  • @tanishkaarora4405
    @tanishkaarora4405 3 ปีที่แล้ว

    How to implement server-side pagination?

  • @gastonComas2
    @gastonComas2 2 ปีที่แล้ว

    I love u

  • @sandippaswan509
    @sandippaswan509 ปีที่แล้ว

    Where is get record method return the visiblerecord

  • @17shrestr
    @17shrestr 3 ปีที่แล้ว +1

    I tried adding some functionality in your code but just one functionality is not working as desired. I tried to figure to out but no luck. Could you please help me to debug it.

  • @subharaman3747
    @subharaman3747 2 ปีที่แล้ว

    I tried it but its not working for the next button

  • @wagnerbaldin8651
    @wagnerbaldin8651 2 ปีที่แล้ว

    Hello, it worked till before Debugging at

  • @abdulahad-zb6kv
    @abdulahad-zb6kv ปีที่แล้ว

    @api set is not working any solutions ?