Update file permissions for multiple files
This commit is contained in:
		
							
								
								
									
										6
									
								
								src/components/Pages/Anomali/Table_66.vue
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										6
									
								
								src/components/Pages/Anomali/Table_66.vue
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -42,6 +42,12 @@ import { exportDataGrid as exportToPdf } from 'devextreme/pdf_exporter' | ||||
| import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter' | ||||
| import { saveAs } from 'file-saver' | ||||
| import { Workbook } from 'exceljs' | ||||
| import { ref } from 'vue' | ||||
| const position = { of: '#data' }; | ||||
| const showIndicator = ref(true); | ||||
| const shading = ref(true); | ||||
| const showPane = ref(true); | ||||
| const loading = ref(false) | ||||
|  | ||||
| const onExporting = (e: any) => { | ||||
|     if (e.format === 'pdf') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user