0
0
Fork 0

feat(VnTable): refs #6825 actions sticky

This commit is contained in:
Alex Moreno 2024-05-23 10:39:17 +02:00
parent d50e2ada0f
commit 859cdd891a
1 changed files with 1 additions and 1 deletions

View File

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