Commit 8b6b7fea by Nattana Chaiyamat

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

parent ff6ec3e7
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
[allowMultiSorting]='true'> [allowMultiSorting]='true'>
<e-columns> <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"> <ng-template #headerTemplate let-data *ngIf="checkBoxSetting">
<input type="checkbox" [id]="'checkbox-all'" class="ti-form-checkbox cursor-pointer" <input type="checkbox" [id]="'checkbox-all'" class="ti-form-checkbox cursor-pointer"
[checked]="selectedItemsAll" (click)="toggleSelectionAll()"> [checked]="selectedItemsAll" (click)="toggleSelectionAll()">
...@@ -22,8 +23,8 @@ ...@@ -22,8 +23,8 @@
</ng-template> </ng-template>
</e-column> </e-column>
<e-column *ngFor="let col of columns" [field]="col.field" [headerText]="col.headerText" [width]="col.width" <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" [format]="col.format" [textAlign]="'center'" [isPrimaryKey]="col.isPrimaryKey" [editType]="false"
[validationRules]="col.validationRules" [allowEditing]="'true'" [allowSorting]="'true'" [allowFiltering]="true" [validationRules]="col.validationRules" [allowEditing]="false" [allowSorting]="'true'" [allowFiltering]="true"
[visible]="col.visible" [type]="col.type"> [visible]="col.visible" [type]="col.type">
<ng-template #headerTemplate let-data> <ng-template #headerTemplate let-data>
<span class="font-size-12px font-weight-700 text-primary">{{ col.headerText }}</span> <span class="font-size-12px font-weight-700 text-primary">{{ col.headerText }}</span>
......
...@@ -47,6 +47,7 @@ L10n.load({ ...@@ -47,6 +47,7 @@ L10n.load({
}, },
'th-TH': { 'th-TH': {
'pager': { 'pager': {
'All':'ทั้งหมด',
'currentPageInfo': '', 'currentPageInfo': '',
'totalItemsInfo': '{0} รายการ', 'totalItemsInfo': '{0} รายการ',
'totalRecordsInfo': '{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