export interface DatagridOptions { col: any[]; rows: any[]; globalFilter: boolean; styling: string; paginator: boolean; rowsperpage: number; }