buli
2023-04-26 d6a096fadfe9c8f261f56a827cfceed663c36b8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<template>
    <c-example-wrapper
        icon-name="custom:custom62"
        lwc="listRecordLinks"
        title="List with Record Links"
        visualforce="listRecordLinks"
        visualforce-height="285px"
    >
        <c-list-record-links slot="lwc"></c-list-record-links>
 
        <!-- prettier-ignore -->
        <p>
            Use <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable">
            lightning-datatable</a> with a custom type column to create record hyperlinks.
        </p>
    </c-example-wrapper>
</template>