chenshilong пре 6 година
родитељ
комит
7297c1e13b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/web/sheet/sheet_common.js

+ 1 - 0
public/web/sheet/sheet_common.js

@@ -42,6 +42,7 @@ var sheetCommonObj = {
         };
 
         sheet.showRowOutline(false);
+        sheet.options.allowCellOverflow = false;
         me.buildHeader(sheet, setting);
         if (rowCount > 0)
             sheet.setRowCount(rowCount);