updateCellValue((slotProps.row as TableRow).index, col.key, col.colIndex, val)
"
/>
{{ formatCellDisplay(slotProps.row as any, col.key, col.colIndex) }}
updateCheckboxCell((slotProps.row as TableRow).index, col.colIndex, val === true)
"
/>
updateCell((slotProps.row as TableRow).index, col.key, String(val))
"
/>
{{ $t('applicationForms.formElements.table.noData') }}
{{ $t('applicationForms.formElements.table.addRow') }}