Fix comment in datatable (#309)

This commit is contained in:
Dong-hyeon Shin 2023-01-23 02:48:00 +09:00 committed by GitHub
parent eca91beab2
commit 2a5ed7d40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ class DataTable(Gridjs):
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
# The columns to display.