This commit is contained in:
yumoqing 2021-03-27 14:50:29 +08:00
parent e21a5757ee
commit 9b7d1ef86c

View File

@ -305,8 +305,8 @@ class DataGrid(WidgetReady, BoxLayout):
]
}
"""
header_css = StringProperty(None)
body_css = StringProperty(None)
header_css = StringProperty("default")
body_css = StringProperty("default")
noheader = BooleanProperty(False)
row_selected = BooleanProperty(False)
def __init__(self,**options):