Commit d4c5e70e authored by Gabriel Monnerat's avatar Gabriel Monnerat

modify the minimum size of the table

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41526 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19284d4c
......@@ -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
......
9
\ No newline at end of file
10
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment