mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Various DataTable style fixes - fix text colors, fixed header styling in themes
This commit is contained in:
@@ -436,6 +436,8 @@ class ChangingThemeApp(App[None]):
|
||||
table.add_columns(*HEADERS)
|
||||
table.add_rows(ROWS)
|
||||
table.zebra_stripes = True
|
||||
table.fixed_columns = 1
|
||||
table.cursor_type = "row"
|
||||
yield table
|
||||
yield ListView(
|
||||
ListItem(Label("One")),
|
||||
|
||||
Reference in New Issue
Block a user