-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c68e907
commit 311f284
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule textual
updated
13 files
+10 −0 | CHANGELOG.md | |
+1 −1 | docs/examples/widgets/data_table_cursors.py | |
+0 −1 | docs/guide/command_palette.md | |
+36 −13 | docs/widgets/data_table.md | |
+14 −12 | src/textual/app.py | |
+2 −2 | src/textual/command.py | |
+5 −1 | src/textual/pilot.py | |
+11 −0 | src/textual/widget.py | |
+4 −3 | src/textual/widgets/_data_table.py | |
+339 −179 | tests/snapshot_tests/__snapshots__/test_snapshots.ambr | |
+28 −0 | tests/snapshot_tests/snapshot_apps/scroll_visible_margin.py | |
+6 −1 | tests/snapshot_tests/test_snapshots.py | |
+12 −0 | tests/test_pilot.py |