@antv/s2
Version:
effective spreadsheet render core lib
9 lines (8 loc) • 328 B
TypeScript
import type { TreeHeaderParams } from '../layout/interface';
/**
* Only row header has tree hierarchy, in this scene:
* 1、value in rows is not work => valueInCols is ineffective
* 2、can't add extra sub total node in row
* @param params
*/
export declare const buildRowTreeHierarchy: (params: TreeHeaderParams) => void;