ragardner
ragardner
Hello, Would you like to display your on / off values in the table or just have them stored in the sheet data?
Thanks very much for pointing this out! It should be fixed in `5.4.1` along with the 2nd such occurrence of the same code in the header version of the function.
Although I have fixed an issue with highlighted cells not working with tksheets in built cell editor functionality there's still some recently introduced issues regarding behavior of custom implementations of...
I am sorry that it was not clear enough, I have updated the docs to better explain how, see links below: https://github.com/ragardner/tksheet/wiki#10-table-colors https://github.com/ragardner/tksheet/wiki#11-highlighting-cells And the code in this example: https://github.com/ragardner/tksheet/wiki#29-example-readme-screenshot-code
Thanks very much for pointing this out to me! It should be fixed with your addition in `5.4.1`
Hi Clayton, I'm sorry for such a late response, 1. Lately I have been updating the changelog with this information and you can use `pip install tksheet --upgrade` to update...
Sorry for the very late reply The only way to achieve this at the moment is to have a checkbox which is always unchecked I think https://github.com/ragardner/tksheet/wiki#22-check-boxes Use the `check_function`...
Hello, Sorry, yea, I realize now I haven't provided a replacement function nor have I explained it very well in the changelog or documentation In the short term you can...
Thank you very much for the report and I'm sorry it wasn't working, It should be fixed now in version `7.0.5`
I'm sorry but the only way to do this is using the index e.g. `sheet.row_index(0)` for column 0, but this is only one column and then you also lose the...