I have more or less a simple structure field (see below):
title: Site
fields:
expenses:
type: structure
columns:
captions:
account:
value:
fields:
month:
type: multiselect
options:
- Jan
- Feb
- Mar
- ...
required: true
sort: true
captions:
type: select
options:
- Children
- Entertainment
- ...
expenses_children:
type: select
options:
- Health
- School
- ...
when:
captions: Children
expenses_entertainment:
type: select
options:
- Netflix
- Sports
- ...
when:
captions: Entertainment
account:
type: select
options:
- Woman
- Man
value:
type: number
min: 0
after: €
required: true
step: .01
In Kirby everything ist working fine as expected.
But I´ve no idea how get the output in frontend as shown in the table below (screenshot).
Can anybody help me if you can see what want to achieve?
