Skip to content

Commit fe5b37a

Browse files
authored
docs(datatable): remove outdated cursor info (#5355)
1 parent aef7c9e commit fe5b37a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/widgets/data_table.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ and the [`hover_coordinate`][textual.widgets.DataTable.hover_coordinate] reactiv
7777
then emits the [`CellHighlighted`][textual.widgets.DataTable.CellHighlighted] and [`CellSelected`][textual.widgets.DataTable.CellSelected]
7878
events.
7979

80-
A new table starts with no cell highlighted, i.e., row and column are zero. You can force the first item to highlight with `move_cursor(row=1, column=1)`. All row and column indexes start at one.
81-
8280
=== "Column Cursor"
8381

8482
```{.textual path="docs/examples/widgets/data_table_cursors.py"}

0 commit comments

Comments
 (0)