tconbeer / textual-fastdatatable

A performance-focused reimplementation of Textual's DataTable widget, with a pluggable data storage backend.
MIT License
15 stars 2 forks source link

allow cursor to select header #49

Open tconbeer opened 9 months ago

tconbeer commented 9 months ago

might just require updating the clamp method to allow a -1 if headers are shown.

maybe also: change cursor type if headers are selected. (probably a bad idea, but could move anchor to end of col and keep cursor at top of col)