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