소스 검색

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):