bugfix
This commit is contained in:
parent
e21a5757ee
commit
9b7d1ef86c
@ -305,8 +305,8 @@ class DataGrid(WidgetReady, BoxLayout):
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
header_css = StringProperty(None)
|
header_css = StringProperty("default")
|
||||||
body_css = StringProperty(None)
|
body_css = StringProperty("default")
|
||||||
noheader = BooleanProperty(False)
|
noheader = BooleanProperty(False)
|
||||||
row_selected = BooleanProperty(False)
|
row_selected = BooleanProperty(False)
|
||||||
def __init__(self,**options):
|
def __init__(self,**options):
|
||||||
|
Loading…
Reference in New Issue
Block a user