gtkpygtk

Creating tables in Gtk


I want to create tables (yes, tables, like in excel), that have rows and columns. I couldn't find much about it on the internet due to the lack of resources about Gtk. (Or it's probably my bad)

How can I create basic tables in Gtk?


Solution

  • The Treeview container allows all excel like sheet functions like sorting, selecting, filtering etc.

    Treeview Tutorial