Refactor filter components in Keluhan tables

This commit is contained in:
Dede Fuji Abdul
2024-02-27 17:11:54 +07:00
parent 9f195ac9d1
commit 80ad372c0f
15 changed files with 64 additions and 105 deletions

View File

@ -1,9 +1,6 @@
<template>
<Filters @run-search="() => filterData(filters)" class="mb-4">
<Type11 @update:filters="(value) => {
filters = value
}
" />
<Type11 @update:filters="(value) => filters = value" />
</Filters>
<div id="data">
<DxDataGrid class="max-h-[calc(100vh-140px)]" :data-source="data" :show-column-lines="true" :show-row-lines="false"