Add new store files and update table components
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
|     <div> | ||||
|     <div id="data"> | ||||
|         <DxDataGrid class="max-h-[calc(100vh-140px)]" :data-source="data" :show-column-lines="true" :show-row-lines="false" :show-borders="true" | ||||
|             :row-alternation-enabled="true" :hover-state-enabled="true" @selection-changed="onSelectionChanged" | ||||
|             :column-width="100" @exporting="onExporting" :allow-column-resizing="true" column-resizing-mode="widget" | ||||
| @@ -86,7 +86,10 @@ import { saveAs } from 'file-saver' | ||||
| import { Workbook } from 'exceljs' | ||||
| import { useQuery } from '@vue/apollo-composable' | ||||
| import gql from 'graphql-tag'; | ||||
|  | ||||
| const position = { of: '#data' }; | ||||
| const showIndicator = ref(true); | ||||
| const shading = ref(true); | ||||
| const showPane = ref(true); | ||||
| const data = ref<any[]>([]) | ||||
| const GET_REKAPITULASI_GANGGUAN_PER_REGU = gql` | ||||
| query rekapitulasiGangguanPerRegu( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user