瀏覽代碼

add documentation

Falko Schindler 1 年之前
父節點
當前提交
7dd6a94a90
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nicegui/elements/aggrid.py

+ 1 - 0
nicegui/elements/aggrid.py

@@ -45,6 +45,7 @@ class AgGrid(Element, component='aggrid.js', libraries=['lib/aggrid/ag-grid-comm
 
         :param df: Pandas DataFrame
         :param theme: AG Grid theme (default: 'balham')
+        :param auto_size_columns: whether to automatically resize columns to fit the grid width (default: `True`)
         :return: AG Grid
         """
         if any('.' in col for col in df.columns):