buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
    <c-example-wrapper
        icon-name="custom:custom62"
        lwc="paginatedList"
        title="Paginated List"
        visualforce="paginatedList"
        visualforce-height="190px"
    >
        <c-paginated-list slot="lwc"></c-paginated-list>
 
        <!-- prettier-ignore -->
        <p>
            Implement pagination for <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable">
            lightning-datatable</a> calling Apex in this way. Note that infinite scrolling
            is preferred, as it usually results in a better user experience. 
        </p>
    </c-example-wrapper>
</template>