Skip to content

Commit

Permalink
feat: customConfig imageMargin
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed May 21, 2024
1 parent e4f4d43 commit 7a88dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vtable/src/ts-types/base-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export interface BaseTableConstructorOptions {
enableDataAnalysis?: boolean;
/** 禁用行高列宽计算取整数逻辑 对齐xTable */
_disableColumnAndRowSizeRound?: boolean;
imageMargin?: number;
}; // 部分特殊配置,兼容xTable等作用
}
export interface BaseTableAPI {
Expand Down

0 comments on commit 7a88dd0

Please sign in to comment.