|  |  |  | 
|---|
|  |  |  | <!-- <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} | 
|---|