We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 086c7cc + 1bed2ba commit ae5f01eCopy full SHA for ae5f01e
ipydatagrid/datagrid.py
@@ -189,7 +189,7 @@ class DataGrid(DOMWidget):
189
'row': only row headers visible
190
'column': only column headers visible
191
'none': neither row and column headers visible
192
- data : pandas dataframe
+ dataframe : pandas dataframe
193
Data to display on Data Grid.
194
renderers : dict
195
Custom renderers to use for cell rendering. Keys of dictionary specify
0 commit comments