Tkinter - Treeview Create Columns and Insert rows

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии •

  • @ahmedsaliem7041
    @ahmedsaliem7041 4 месяца назад +1

    Thanks for your great efforts, and what about if I need to insert more values for expanding such as sedan colour: blue, red, green. Thanks

  • @ahmedragala3946
    @ahmedragala3946 Год назад

    Thanks!
    Can we have several sublevels (#0, #1, #2, etc.)?

    • @jobinpy
      @jobinpy  Год назад

      #0 is a special column identifier (which is the tree column or icon column). You can create new columns by passing in column names in a tuple- for example: ttk.Treeview(root, columns=column_names)

    • @ahmedragala3946
      @ahmedragala3946 Год назад

      OK! Tahnks!@@jobinpy

  • @GraceKansiime
    @GraceKansiime Год назад

    Hello, Thank you for the video. Very helpful. However, how can I add pandas dataframe in treeview? I have tried this method and other online resources but I keep getting errors. Thank you

  • @stevemarshall2358
    @stevemarshall2358 2 года назад +1

    Thank you
    Please increase font size for better understanding.

    • @jobinpy
      @jobinpy  2 года назад +1

      I will increase the font size for future videos, thanks for the suggestion.

  • @cibelless510
    @cibelless510 9 месяцев назад

    Great ---master