Skip to content

Commit

Permalink
address html rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ragardner committed Nov 28, 2024
1 parent 8a7e599 commit 77cfb75
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<figure align="center" width="100%">
<p align="center" width="100%">
<img width="45%" src="https://github.com/user-attachments/assets/4afc1783-6461-4b98-93cb-b2a2a7f35169" alt="tksheet table">
<img width="45%"src="https://github.com/user-attachments/assets/08e77e89-00ea-4c52-9222-9bd421284360" alt="tksheet treeview">
</figure>

<figure class="image-container">

</figure>
</p>

# <div align="center">tksheet - python tkinter table widget</div>

Expand All @@ -29,16 +25,16 @@
<td><a href="https://github.com/ragardner/tksheet/wiki/Version-7">Documentation Wiki</a></td>
</tr>
<tr>
<td colspan="2"><a href="https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md">Changelog</a></td>
<td align="right" colspan="2"><a href="https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md">Changelog</a></td>
</tr>
<tr>
<td colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#asking-questions">Questions</a></td>
<td align="right" colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#asking-questions">Questions</a></td>
</tr>
<tr>
<td colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#issues">Issues</a></td>
<td align="right" colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#issues">Issues</a></td>
</tr>
<tr>
<td colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#enhancements-or-suggestions">Suggestions</a></td>
<td align="right" colspan="2"><a href="https://github.com/ragardner/tksheet/wiki/Version-7#enhancements-or-suggestions">Suggestions</a></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -103,4 +99,3 @@ sheet.delete_columns(columns=[0, 3], undo=True)
![tksheet treeview](https://github.com/user-attachments/assets/159ab987-7612-4db7-98de-1f30c9680247)



0 comments on commit 77cfb75

Please sign in to comment.