Skip to content

Commit

Permalink
refactor: 抽取明细表冻结行列逻辑,交叉表冻结首行逻辑复用 (#2415)
Browse files Browse the repository at this point in the history
* refactor: extract freeze public logic

* fix: lint error fixed

* fix: follow variable naming conventions

---------

Co-authored-by: wuding.why <[email protected]>
  • Loading branch information
2 people authored and lijinke666 committed Nov 17, 2023
1 parent d6ebfcc commit 2a81a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s2-core/src/common/constant/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const KEY_GROUP_COL_FROZEN = 'colFrozenGroup';
export const KEY_GROUP_COL_FROZEN_TRAILING = 'colFrozenTrailingGroup';
export const KEY_GROUP_GRID_GROUP = 'gridGroup';
export const KEY_GROUP_ROW_SCROLL = 'rowScrollGroup';
export const KEY_GROUP_ROW_HEADER_FROZEN = 'RowHeaderFrozenGroup';
export const KEY_GROUP_ROW_HEADER_FROZEN = 'rowHeaderFrozenGroup';

// key of series number node in corner header
export const KEY_SERIES_NUMBER_NODE = 'series-number-node';
Expand Down

0 comments on commit 2a81a7e

Please sign in to comment.