155 | {#if mode === "list"}
156 | {#each listFields as fieldName, idx}
157 |
{fieldName}
158 | {/each}
159 | {#if !readOnly}
160 |
161 | {/if}
162 | {#each rowView as item, idx (idx)}
163 |
164 | {#each listProps as propName}
165 |
{item[propName] === undefined ? '\u00A0' : item[propName]}
166 | {/each}
167 |
168 | {#if !readOnly}
169 |
185 | {/if}
186 | {/each}
187 | {:else}
188 |
189 |
190 |
200 | {#if schema.submit}
201 |
202 | {/if}
203 |
204 | {/if}
205 |
206 | {:else}
207 |