Table input value not being stored to be retrieved outside of customtkinter table editing interface
I’ve build a dataframe editor that has an entry box at the top for someone to put their name in. I’ve tried several different ways to store the input into the “reviewed_by” variable, but it always returns blank, both inside and outside of the class. What could be happening here? How can I fix it?