UNPKG

rayyy-vue-table-components

Version:

Vue 3 + Element Plus 表格組件庫

9 lines (7 loc) 196 B
import type { TableColumn } from 'src/types' export function setActiveColumn<T>(tableColumns: TableColumn<T>[]) { return tableColumns.map((col) => ({ ...col, checkActive: true, })) }