type AdaptablePivotViewCol = Omit<AdaptableTableViewCol, 'groupBy' | 'id'> & { columnId: string; };
AdaptableTableViewCol