File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/s2-react/src/components/sheets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ export interface BaseSheetComponentProps {
101101 onListSort ?: ( params : ListSortParams ) => void ;
102102 onRowColLayout ?: ( rows : LayoutRow [ ] , cols : LayoutCol [ ] ) => void ;
103103 onAfterHeaderLayout ?: ( layoutResult : LayoutResult ) => void ;
104- onCollapseRows ( collapsedRows : Record < string , boolean > ) ;
105- onCollapseRowsAll ( hierarchyCollapse : boolean ) ;
104+ onCollapseRows ?: ( collapsedRows : Record < string , boolean > ) => void ;
105+ onCollapseRowsAll ?: ( hierarchyCollapse : boolean ) => void ;
106106 onRowCellScroll ?: ( reachedRow : TargetLayoutNode ) => void ;
107107 onColCellScroll ?: ( reachedCol : TargetLayoutNode ) => void ;
108108 onCellScroll ?: ( position : CellScrollPosition ) => void ;
You can’t perform that action at this time.
0 commit comments