buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html
@@ -267,11 +267,7 @@
                            sorted-by={sortedBy}
                            onsort={onHandleSort}
                            hide-checkbox-column={hidecheckboxcolumn}
<<<<<<< HEAD
                            style="word-wrap: break-word; word-break: break-all"
=======
                            style="word-wrap:break-word; word-break:break-all;"
>>>>>>> LEXCommunityLiJun
                            class="wrapped-header-datatable"
                        >
                        </c-lex-custom-lightning-datatable>
@@ -283,10 +279,7 @@
                        onfirst={handleFirst}
                        onlast={handleLast}
                        page-size-options={pageSizeOptions}
<<<<<<< HEAD
=======
                        default-page-size={pageSize}
>>>>>>> LEXCommunityLiJun
                        previous-button-disabled={previousButtonDisabled}
                        next-button-disabled={nextButtonDisabled}
                        record-start={recordStart}
@@ -297,8 +290,4 @@
            </div>
        </div>
    </div>
<<<<<<< HEAD
</template>
=======
</template>
>>>>>>> LEXCommunityLiJun