ragardner / tksheet

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

Suggestion: Create Dropdown Rows/Cols and Checkbox Rows/Cols #172

Closed CalJaDav closed 1 year ago

CalJaDav commented 1 year ago

It would be nice to have dropdown/checkbox implementation in row_options and col_options so that settings don't have to be reapplied after inserting rows.

ragardner commented 1 year ago

Will do

ragardner commented 1 year ago

@CalJaDav This is proving to be more work than I thought it would be as there were some complications e,g, ensuring new rows/columns have appropriate values if they have row/column dropdowns/checkboxes

But I am nearly done I think

ragardner commented 1 year ago

Should be ready to go in 6.0.3 I have also added the control/command click multiple non-consecutive selections and fixed some things

CalJaDav commented 1 year ago

Looks good!