I am looking to create something that resembles a table in Tkinter but it doesn't necessarily have to be one.
I would like to create headers 'Name1', 'Name2', 'Value' for example and beneath each one I wish to have several blank rows.
These rows I then wish to fill in later (therefore a Label) with values I have calculated or string values for names.
For 'Name2' I would actually like for the entire column to be a drop down menu. I have already created the code for one on it's own but am not sure how to incorporate it into this 'table'.
Is it for example possible to create a border around a Label widget so it looks like a 'table'?
Any pointers towards what would be possible in this situation would be very much appreciated. If you require any of my code to have a go at something, just ask. Thank you!