import { KettalQTableColumn } from '@/types' // Hi, Ramon from the future. // I don't know why there are two return statements, but I'm sure it's for a good reason. export default function rowValueCustomStyle (col: KettalQTableColumn) { if (col.editable && col.type !== 'boolean' && col.type !== 'select') { return 'rowValueContainer cursor-pointer full-width full-height' } return 'full-width full-height rowValueContainer' }