From db74b36257eb090f5c146046e3cebe5083c7cf41 Mon Sep 17 00:00:00 2001 From: Mikolaj Fido <47191176+mikolajf@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:02:33 +0100 Subject: [PATCH] auto_fit_columns default docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit auto_fit_columns should default to False in docstring Signed-off-by: Bernát Gábor --- ipydatagrid/datagrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipydatagrid/datagrid.py b/ipydatagrid/datagrid.py index 001c6a84..510db227 100644 --- a/ipydatagrid/datagrid.py +++ b/ipydatagrid/datagrid.py @@ -260,7 +260,7 @@ class DataGrid(DOMWidget): Dict to specify custom column sizes The keys (strings) indicate the names of the columns The values (integers) indicate the widths - auto_fit_columns : Bool (default: True) + auto_fit_columns : Bool (default: False) Specify whether column width should automatically be determined by the grid auto_fit_params : Dict. Specify column auto fit parameters.