diff --git a/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml b/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml index 0793eb04cb69cc95bfe3caadb19d22df356e8062..79155683394e27d451bef1a11b0c4c1b6095b4ea 100644 --- a/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml +++ b/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml @@ -95,7 +95,7 @@ jQuery.fn.extend({\n caseInsensitive: false, //bool, this makes all the calculations engine user functions case sensitive/insensitive\n resizable: true, //bool, makes the $(obj).sheet(); object resizeable, also adds a resizable formula textarea at top of sheet\n autoFiller: false, //bool, the little guy that hangs out to the bottom right of a selected cell, users can click and drag the value to other cells\n - minSize: {rows: 15, cols: 5}, //object - {rows: int, cols: int}, Makes the sheet stay at a certain size when loaded in edit mode, to make modification more productive\n + minSize: {rows: 1, cols: 1}, //object - {rows: int, cols: int}, Makes the sheet stay at a certain size when loaded in edit mode, to make modification more productive\n forceColWidthsOnStartup:true //bool, makes cell widths load from pre-made colgroup/col objects, use this if you plan on making the col items, makes widths more stable on startup\n }, settings);\n \n diff --git a/bt5/erp5_jquery_plugin_sheet/bt/revision b/bt5/erp5_jquery_plugin_sheet/bt/revision index f11c82a4cb6cc2e8f3bdf52b5cdeaad4d5bb214e..9a037142aa3c1b4c490e1a38251620f113465330 100644 --- a/bt5/erp5_jquery_plugin_sheet/bt/revision +++ b/bt5/erp5_jquery_plugin_sheet/bt/revision @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file