export type OColumnSearchable = {
    attr: string;
    searchable: boolean;
    searching: boolean;
};
