export type OColumnDisplay = {
    attr: string;
    visible: boolean;
    width: string;
};
