-
$emit('update:cellValue', (slotProps.row as TableRow).index, col.key, col.colIndex, val)
"
/>
{{ formatCellDisplay(slotProps.row as any, col.key, col.colIndex) }}
$emit(
'update:checkboxCell',
(slotProps.row as TableRow).index,
col.colIndex,
val === true
)
"
/>
$emit('update:cell', (slotProps.row as TableRow).index, col.key, String(val))
"
/>
{{ $t('applicationForms.formElements.table.noData') }}
{{ $t('applicationForms.formElements.table.addRow') }}