mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-21 12:26:23 +03:00
doc: fix rename column to row
This commit is contained in:
parent
b6f95691b6
commit
a9edea3e99
2 changed files with 10 additions and 10 deletions
|
@ -143,7 +143,7 @@ row [
|
|||
# +| cells | - primary column
|
||||
# | cells | - secondary column
|
||||
# | Element | Description | - converts to
|
||||
# tcol [
|
||||
# trow [
|
||||
# Element
|
||||
# Description
|
||||
# ]
|
||||
|
|
|
@ -233,7 +233,7 @@ img "/dalet.png"
|
|||
| -------- | --------------------------------- |
|
||||
| name | table |
|
||||
| id | 12 |
|
||||
| body | (tcol or tpcol)[] or table-string |
|
||||
| body | (trow or tprow)[] or table-string |
|
||||
| argument | no |
|
||||
|
||||
Creates a table.
|
||||
|
@ -247,41 +247,41 @@ table {
|
|||
}
|
||||
```
|
||||
|
||||
## 13. Table Column
|
||||
## 13. Table Row
|
||||
|
||||
| Property | Description |
|
||||
| -------- | ----------- |
|
||||
| name | tcol |
|
||||
| name | trow |
|
||||
| id | 13 |
|
||||
| body | tags |
|
||||
| argument | no |
|
||||
|
||||
Creates a table column.
|
||||
Creates a table row.
|
||||
|
||||
**Daleth example**:
|
||||
|
||||
```txt
|
||||
tcol [
|
||||
trow [
|
||||
Name
|
||||
Age
|
||||
]
|
||||
```
|
||||
|
||||
## 14. Table Primary Column
|
||||
## 14. Table Primary Row
|
||||
|
||||
| Property | Description |
|
||||
| -------- | ----------- |
|
||||
| name | tpcol |
|
||||
| name | tprow |
|
||||
| id | 14 |
|
||||
| body | tags |
|
||||
| argument | no |
|
||||
|
||||
Like table column, but with primary background.
|
||||
Like table row, but with primary background.
|
||||
|
||||
**Daleth example**:
|
||||
|
||||
```txt
|
||||
tpcol [
|
||||
tprow [
|
||||
Name
|
||||
Age
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue