remove links in table editor

This commit is contained in:
Jan Prochazka
2021-09-12 08:45:52 +02:00
parent f47c83fece
commit e7c64265ae
6 changed files with 94 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
<thead>
<tr>
{#each columnList as col}
<td>{col.header}</td>
<td>{col.header || ''}</td>
{/each}
</tr>
</thead>