> ## Documentation Index
> Fetch the complete documentation index at: https://guide.smsu.in.th/llms.txt
> Use this file to discover all available pages before exploring further.

# List and Tables

> ลำดับรายการแบบมี/ไม่มีเลข และตาราง

## Lists

### Unordered List

ลำดับรายการแบบไม่มีเลข เริ่มโดยการถพิมพ์เครื่องหมายขีด (`-`) หรือเครื่องหมายดอกจัน (`*`) แล้วเว้นวรรค หรือเลือกจาก[รายการ components](/it/guide/edit/components/basicblocks#เริ่มใช้-components) ก็ได้

* First item
* Second item
* Third item
* Fourth item

### Numbered List

ลำดับรายการแบบมีเลข เริ่มโดยการพิมพ์ตัวเลขตามด้วยจุด (`1.`) แล้วเว้นวรรค หรือเลือกจาก[รายการ components](/it/guide/edit/components/basicblocks#เริ่มใช้-components) ก็ได้

1. First item
2. Second item
3. Third item
4. Fourth item

### Nested List

ลำดับรายการแบบมีชั้นย่อย สามารถสร้างชั้นย่อยโดยการกด `Tab` ที่ชั้นนั้น ๆ

* First item
* Second item
  * Additional item
  * Additional item
* Third item

1. First item
2. Second item
   1. Additional item
   2. Additional item
3. Third item

## Tables

กดเลือกจาก[รายการ components](/it/guide/edit/components/basicblocks#เริ่มใช้-components) เพื่อเพิ่มตาราง

| Property | Description                           |
| -------- | ------------------------------------- |
| Name     | Full name of user                     |
| Age      | Reported age                          |
| Joined   | Whether the user joined the community |

กดสี่เหลี่ยมสีเทาที่ต้นแถว/หลัก เพื่อเพิ่มแถว/หลักใหม่ หรือลบแถว/หลักที่เลือก

<img src="https://mintcdn.com/smsu/crzVKBQ55aap7jAf/images/it/guide/components/2-tableaddrow.webp?fit=max&auto=format&n=crzVKBQ55aap7jAf&q=85&s=8709523012b535c055fed5560b7bdd7d" alt="จัดการแถว/หลักของตาราง" width="536" height="401" data-path="images/it/guide/components/2-tableaddrow.webp" />
