Update calculateCellValue to calculate-display-value in multiple files
This commit is contained in:
		| @@ -383,7 +383,7 @@ | ||||
|             css-class="custom-table-column" | ||||
|             :width="50" | ||||
|             alignment="center" | ||||
|             :calculateCellValue="(item: any) => dataSub.findIndex((i) => i == item) + 1" | ||||
|             :calculate-display-value="(item: any) => dataSub.findIndex((i) => i == item) + 1" | ||||
|             data-type="number" | ||||
|             caption="No" | ||||
|             cell-template="formatNumber" | ||||
|   | ||||
| @@ -707,7 +707,7 @@ | ||||
|             css-class="custom-table-column" | ||||
|             :width="50" | ||||
|             alignment="center" | ||||
|             :calculateCellValue="(item: any) => dataSub.findIndex((i) => i == item) + 1" | ||||
|             :calculate-display-value="(item: any) => dataSub.findIndex((i) => i == item) + 1" | ||||
|             data-type="number" | ||||
|             caption="No" | ||||
|             cell-template="formatNumber" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user