binxie
2023-06-16 da42e2995c00293af89c71fe5ba6e16cbb77e1b3
force-app/main/default/lwc/lexInventory/lexInventory.html
@@ -108,7 +108,7 @@
                    <!-- <template if:true={showTable}> -->
                    <div style="padding:10px;">
                        <lightning-datatable key-field="id" data={pageCodeRecords} columns={column}
                            hide-checkbox-column={hidecheckbox} class="wrapped-header-datatable">
                            hide-checkbox-column={hidecheckbox} class="wrapped-header-datatable"  style="word-wrap:break-word; word-break:break-all; ">
                        </lightning-datatable>
                        <c-paginator onprevious={handlePrevious} onnext={handleNext} onpageschange={handlePageschange}
                            onfirst={handleFirst} onlast={handleLast} page-size-options={pageSizeOptions}