textual
textual copied to clipboard
feat: initial datatable reactive values
For #1164, adds the six reactive attributes listed in the docs for DataTable
to __init__
. I noticed the class has three more reactive attributes (cursor_type
, cursor_cell
, and hover_cell
) that aren't listed, but I left those out. Let me know if any of them should also be included.