#6825 - VnTable V1 #396

Merged
alexm merged 73 commits from 6825-vnTable into dev 2024-06-20 13:08:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 859cdd891a - Show all commits

View File

@ -204,7 +204,7 @@ const columns = computed(() => [
name: 'isFreezed',
chip: {
color: null,
condition: (v, { isActive, isFreezed }) => isActive && isFreezed,
condition: (value) => value,
icon: 'vn:frozen',
},
component: 'checkbox',