Skip to content

Commit d3007f3

Browse files
mikolajfgaborbernat
authored andcommitted
auto_fit_columns default docstring
auto_fit_columns should default to False in docstring Signed-off-by: Bernát Gábor <[email protected]>
1 parent e16e690 commit d3007f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/datagrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class DataGrid(DOMWidget):
260260
Dict to specify custom column sizes
261261
The keys (strings) indicate the names of the columns
262262
The values (integers) indicate the widths
263-
auto_fit_columns : Bool (default: True)
263+
auto_fit_columns : Bool (default: False)
264264
Specify whether column width should automatically be
265265
determined by the grid
266266
auto_fit_params : Dict. Specify column auto fit parameters.

0 commit comments

Comments
 (0)