Commit 8b6b7fea by Nattana Chaiyamat

ทะเบียนบริษัท

parent ff6ec3e7
......@@ -8,7 +8,8 @@
[allowMultiSorting]='true'>
<e-columns>
<e-column headerText='checkboxSelect' [textAlign]="'center'" width='150' *ngIf="checkBoxSetting">
<e-column headerText='checkboxSelect' [textAlign]="'center'" width='150' [editType]="false" [allowEditing]="false"
*ngIf="checkBoxSetting">
<ng-template #headerTemplate let-data *ngIf="checkBoxSetting">
<input type="checkbox" [id]="'checkbox-all'" class="ti-form-checkbox cursor-pointer"
[checked]="selectedItemsAll" (click)="toggleSelectionAll()">
......@@ -22,8 +23,8 @@
</ng-template>
</e-column>
<e-column *ngFor="let col of columns" [field]="col.field" [headerText]="col.headerText" [width]="col.width"
[format]="col.format" [textAlign]="'center'" [isPrimaryKey]="col.isPrimaryKey" [editType]="col.editType"
[validationRules]="col.validationRules" [allowEditing]="'true'" [allowSorting]="'true'" [allowFiltering]="true"
[format]="col.format" [textAlign]="'center'" [isPrimaryKey]="col.isPrimaryKey" [editType]="false"
[validationRules]="col.validationRules" [allowEditing]="false" [allowSorting]="'true'" [allowFiltering]="true"
[visible]="col.visible" [type]="col.type">
<ng-template #headerTemplate let-data>
<span class="font-size-12px font-weight-700 text-primary">{{ col.headerText }}</span>
......
......@@ -47,6 +47,7 @@ L10n.load({
},
'th-TH': {
'pager': {
'All':'ทั้งหมด',
'currentPageInfo': '',
'totalItemsInfo': '{0} รายการ',
'totalRecordsInfo': '{0} รายการ',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment