I'm able to easily populate and sort the Treeview widget, but I was also wondering if it's possible to add images in any column rows that I want. I've checked all over the net, but was unable to find any examples.
Here's an image displaying exactly what I'm trying to achieve. enter image description here
I'd like to be able to add little image icons to multiple column rows as needed. Anyone know of a way to do it in Tkinter or within some other similar widget? Thanks.