cloud-ide-element 1.1.82 → 1.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -3123,6 +3123,7 @@ declare class CideEleDataGridComponent<T = Record<string, unknown>> implements O
|
|
|
3123
3123
|
getGroupLevel(row: T): number;
|
|
3124
3124
|
getGroupKey(item: T): string;
|
|
3125
3125
|
getGroupColumn(item: T): GridColumn | null;
|
|
3126
|
+
getGroupColumnHeader(item: T): string;
|
|
3126
3127
|
getGroupValueDisplay(item: T): string;
|
|
3127
3128
|
getGroupPath(item: T): unknown[];
|
|
3128
3129
|
get columns(): GridColumn[];
|