Layout Definition
Detail Layout
layouts:
detail:
# Panely
- panel: "default"
label: "Základní informace"
rows:
- ["number", "status"]
- ["account", "location"]
- ["priority", "requestedDate"]
- panel: "description"
label: "Popis"
rows:
- ["description"]
- panel: "side"
style: "default"
rows:
- ["assignedUser"]
- ["teams"]
- ["createdAt"]
- ["modifiedAt"]
List Layout
layouts:
list:
columns:
- name: "number"
width: 120
link: true
- name: "account"
width: 200
- name: "status"
width: 100
- name: "priority"
width: 100
- name: "requestedDate"
width: 120
- name: "assignedUser"
width: 150
Filtry
layouts:
filters:
- "status"
- "priority"
- "assignedUser"
- "account"
- "createdAt"
Panel atributy
| Atribut |
Popis |
panel |
Identifikátor panelu |
label |
Zobrazený název |
style |
Styl panelu (default, success, danger, etc.) |
rows |
Pole polí na řádku |
Column atributy
| Atribut |
Popis |
name |
Název pole |
width |
Šířka v pixelech |
link |
Zda je pole odkazem na detail |
align |
Zarovnání (left, center, right) |
➡️ Pokračujte na Integrace.