소스 검색

update comment

tumao 4 년 전
부모
커밋
b335524ade
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      client/src/components/grid/Table.tsx

+ 1 - 0
client/src/components/grid/Table.tsx

@@ -142,6 +142,7 @@ const EnhancedTable: FC<TableType> = props => {
         .offsetHeight;
 
       // table default row height is 54
+      // if pass component as row item, its max height should be 54 too
       const rowHeight = 54;
       // table header default height is 57
       const tableHeaderHeight: number = 57;