export interface TableRowMeta {
    trClass?: string;
    id?: string | number | null;
    _showRowDetails?: boolean;
}
