Garden.simpletablelayout
Simple Table Layout: Implements table layout with rowspan / colspan capabilities (like HTML tables)
Install / Use
/learn @kivy-garden/Garden.simpletablelayoutREADME

Simple Table Layout
Simple Table like Layout that understands rowspan and colspan properties of children (like HTML tables).
Usage (kv):
Example 1:
SimpleTableLayout:
rows: 2
cols: 2
Button:
text: "C1"
colspan: 2
Button:
text: "C2"
Button:
text: "C3"
creates:
###########
# C1 #
###########
# C2 # C3 #
###########
Example 2:
SimpleTableLayout:
rows: 2
cols: 2
Button:
text: "C1"
rowspan: 2
Button:
text: "C2"
Button:
text: "C3"
creates:
###########
# # C2 #
# C1 ######
# # C3 #
###########
Lastly, SimpleTableLayout.cell(row, col) returns widget at that position in the grid.
License
MIT license.
Credits
Author: Jeyson Molina jeyson.mco@gmail.com
Related Skills
node-connect
354.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
