Snapshot testing data table, checkbox interactions

This commit is contained in:
Darren Burns
2022-10-24 12:14:52 +01:00
parent 8a92cc470b
commit c6418e5e20
4 changed files with 243 additions and 65 deletions

View File

@@ -11,13 +11,13 @@ The example below populates a table with CSV data.
=== "Output"
```{.textual path="docs/examples/widgets/table.py"}
```{.textual path="docs/examples/widgets/data_table.py"}
```
=== "table.py"
=== "data_table.py"
```python
--8<-- "docs/examples/widgets/table.py"
--8<-- "docs/examples/widgets/data_table.py"
```