You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a public API equivalent to table._row_locations.get(row_key).
One use case, for instance, is adding content from some other data structure, then select a row/cell. move_cursor accepts indices, so how to I use that?
An option is to use enumerate and count the rows I'm adding, but that's not very nice and doesn't work in conjuction with sort which makes the indices I got from enumerate useless.
I would like a public API equivalent to
table._row_locations.get(row_key)
.One use case, for instance, is adding content from some other data structure, then select a row/cell.
move_cursor
accepts indices, so how to I use that?An option is to use
enumerate
and count the rows I'm adding, but that's not very nice and doesn't work in conjuction withsort
which makes the indices I got fromenumerate
useless.Textual Diagnostics
Versions
Python
Operating System
Terminal
Rich Console options
The text was updated successfully, but these errors were encountered: