Update table components in Monalisa and Keluhan pages

This commit is contained in:
probdg
2024-02-09 14:26:03 +07:00
parent a3fae16f95
commit c8337eb80c
33 changed files with 1387 additions and 600 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div id="data">
<DxDataGrid class="max-h-[calc(100vh-140px)]" :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"