This commit is contained in:
NoryiE
2025-10-29 17:41:54 +00:00
parent e10f98554c
commit b9c0681695
12 changed files with 6 additions and 381 deletions

View File

@@ -6,13 +6,7 @@ Extends: `Collection`
## Usage
```lua
local people = container:addTable():setWidth(40)
```
```lua
people:setColumns({{name="Name",width=12}, {name="Age",width=10}, {name="Country",width=15}})
```
```lua
people:addRow("Alice", 30, "USA"):addRow("Bob", 25, "UK")
```