You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @machachong, please provide an accessible link or usage codesandbox to describe the reproduction steps (more template). The issue will be closed without any replay within 15 days.
Since the issue was labeled as "🤔 need reproduce" but no response was received for 15 days. Now close the issue. If you have any questions, feel free to comment.
🏷 Version
🖋 Description
自定义RowCell单元格样式,动态调整字体大小时,rowcell部分的单元格行高错位,其他CornerCell,ColCell等都是好的
⌨️ Code Snapshots
class CustomRowCell extends RowCell {
getTextStyle() {
const defaultTextStyle = super.getTextStyle();
return {
fontSize: 18, // 动态调整这里
};
}
}
-->
The text was updated successfully, but these errors were encountered: