Skip to content

Commit ab1b3f9

Browse files
committed
fix #331
1 parent 44a7e02 commit ab1b3f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

exampleVault/View Fields/JS View Field.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@ if (context.bound.n1 >= 100) {
4343
}
4444
4545
return [...classes.values()];
46+
```
47+
48+
## Other Note
49+
50+
```meta-bind-js-view
51+
{Other Note#text} as text
52+
---
53+
return context.bound.text
4654
```

packages/core/src/fields/metaBindTable/MetaBindTableComponent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
</table>
4848
</div>
4949

50-
<Button on:click={() => table.addColumn()}>Add Column</Button>
50+
<Button on:click={() => table.addColumn()}>Add Row</Button>

0 commit comments

Comments
 (0)