Skip to content

Commit

Permalink
add tree-view mode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ragardner committed Sep 30, 2024
1 parent 7380f52 commit 1000241
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 10 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This library is maintained with the help of **[others](https://github.com/ragard
- Change fonts and font size (not for individual cells)
- Change any colors in the sheet
- Dropdowns, check boxes, progress bars
- Treeview mode
- [Hide rows and/or columns](https://github.com/ragardner/tksheet/wiki/Version-7#example-header-dropdown-boxes-and-row-filtering)
- Left `"w"`, Center `"center"` or Right `"e"` text alignment for any cell/row/column

Expand Down Expand Up @@ -68,3 +69,7 @@ sheet.delete_columns(columns=[0, 3], undo=True)
### **dark theme**

![tksheet dark theme](https://github.com/user-attachments/assets/288453d6-5ac1-4d45-827f-45b24a3d05ed)

### **treeview mode**

![tksheet treeview](https://github.com/user-attachments/assets/201f2d9d-7ffb-43e2-81ba-91da806aaab0)
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Version 7.2.16
####
#### Added:
- Treeview mode documentation

### Version 7.2.15
#### Added:
Expand Down
Loading

0 comments on commit 1000241

Please sign in to comment.