mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add bindings and component classes to reference pages.
This commit is contained in:
@@ -48,6 +48,24 @@ The example below populates a table with CSV data.
|
||||
|
||||
### ::: textual.widgets.DataTable.ColumnSelected
|
||||
|
||||
## Bindings
|
||||
|
||||
The data table widget defines directly the following bindings:
|
||||
|
||||
::: textual.widgets.DataTable.BINDINGS
|
||||
options:
|
||||
show_root_heading: false
|
||||
show_root_toc_entry: false
|
||||
|
||||
## Component Classes
|
||||
|
||||
The data table widget provides the following component classes:
|
||||
|
||||
::: textual.widgets.DataTable.COMPONENT_CLASSES
|
||||
options:
|
||||
show_root_heading: false
|
||||
show_root_toc_entry: false
|
||||
|
||||
## See Also
|
||||
|
||||
* [DataTable][textual.widgets.DataTable] code reference
|
||||
|
||||
Reference in New Issue
Block a user