ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
400 stars 48 forks source link

Fix index checkbox click #237

Closed BlindChickens closed 3 months ago

BlindChickens commented 3 months ago

First commit fixes syntax for the click_checkbox function.

Second commit fixes the set_cell_data_undo function to update the correct column's data if the index is following a column that is hidden.