tksheet
tksheet copied to clipboard
Python tkinter table widget for displaying tabular data
I can't find the function to color cells as shown in the dark theme example screenshot in the readme.
I tried to set **readonly** options for header and i try this command `self.cycle_frm.readonly_header(columns=[0, 1, 2])` but i get: > tksheet\_tksheet_column_headers.py", line 576, in readonly_header self.cell_options[c]['readonly'] = True KeyError: 0...
In function 'checkbox': The test for 'state' being 'normal' or 'disabled' throws an error if 'state' is NONE, which is the =default= for that parameter Please consider changing if state.lower()...
Hi Ragardner, I try to move from v5.3.2 to v5.4.0 but with recent changes this is not working for checkbox anymore for my application. In fact it is because I...
I need to insert pandas dataframe to tksheet, if I use parameter "headear=0", the dataframe header will not show in tksheet. This will take some trouble to me, in order...
I have enabled cell editing with self.extra_bindings("cell_select", func = self.edit_cell) and edit_cell(() calls self.create_text_editor(...) I also highlight the same cell with self.highlight_cells(row=row, column=1, bg=self.pingBg(typ), redraw=False) This worked fine in an...
Hi Ragarder, I would like to have your point of view if it is possible. I want to create a popup windows to edit a cell, for that I'm using...
Hey, I am currently looking for a way to get a tkinter button into a cell. Alternatively, although less desirable, changing the "X" of a checkbox to a custom image...
In the function "total_rows", I get this error : ``` text = "\n".join(["j^|" for lines in range(n)]) if n > 1 else "j^|", TypeError: '>' not supported between instances of...