buli
2023-04-26 d6a096fadfe9c8f261f56a827cfceed663c36b8b
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"
        title="Editable List"
        lwc="editableList"
        visualforce="editableList"
        visualforce-height="420px"
    >
        <c-editable-list slot="lwc"></c-editable-list>
 
        <!-- prettier-ignore -->
        <p>
            Use <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable">
            lightning-datatable</a> with inline editing enabled on its columns to create an editable table.
            <b> Note:</b> Check in the documentation which field types are supported.
        </p>
    </c-example-wrapper>
</template>