tkinter: tksheet
Terry Reedy
tjreedy at udel.edu
Wed Jun 16 14:01:35 EDT 2021
On 6/16/2021 12:31 PM, Rich Shepard wrote:
> Reading the doc for tksheet tells me that it allows me to modify cells (or
> entire rows) as well as display them. What I don't see is whether I can add
> a new row using tksheet
Somewhat sparse doc at
https://github.com/ragardner/tksheet/blob/master/DOCUMENTATION.md#5-modifying-table-data
insert_row()
and change the column used for sorting (e.g.,
> sorting by company number or company name).
I did not see anything about sorting. tksheet is generic 'table', not a
database viewer
--
Terry Jan Reedy
More information about the Python-list
mailing list