export interface CaSelectableColumnTableModel { name: string; display: string; selected: boolean; disabled: boolean; }