Add shading color to DxLoadPanel components

This commit is contained in:
Dede Fuji Abdul
2024-03-20 16:17:57 +07:00
parent dbc6d3265b
commit 846c24acac
71 changed files with 288 additions and 60 deletions

View File

@ -30,6 +30,7 @@
<DxPaging :enabled="false" />
<DxScrolling column-rendering-mode="virtual" mode="virtual" />
<DxLoadPanel
shading-color="rgba(0,0,0,0.4)"
:position="position"
:show-indicator="showIndicator"
:show-pane="showPane"
@ -576,6 +577,7 @@
:show-navigation-buttons="true"
/>
<DxLoadPanel
shading-color="rgba(0,0,0,0.4)"
:position="position"
:show-indicator="showIndicator"
:show-pane="showPane"
@ -977,6 +979,7 @@ const getDetail = () => {
// dataSub.value = dummyData.keluhan.rekap.rekapitulasiKeluhanPerJenisKeluhan
}
const currentDataSelected = ref<any>(null)
const showDetail = () => {
dialogDetail.value = true
getDetail()