Fix comment in datatable (#309)
This commit is contained in:
parent
eca91beab2
commit
2a5ed7d40b
@ -19,7 +19,7 @@ class DataTable(Gridjs):
|
|||||||
|
|
||||||
tag = "Grid"
|
tag = "Grid"
|
||||||
|
|
||||||
# The data to display. EIther a list of lists or a pandas dataframe.
|
# The data to display. Either a list of dictionaries or a pandas dataframe.
|
||||||
data: Any
|
data: Any
|
||||||
|
|
||||||
# The columns to display.
|
# The columns to display.
|
||||||
|
Loading…
Reference in New Issue
Block a user