Skip to content

Commit 4774112

Browse files
committed
Sync: 2024-01-25 20:39:01
1 parent 4ae0a6f commit 4774112

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rock/z_Other/obsidian-mutation-observer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tags:
33
- language/js
44
- type/utility
55
date created: 2024-01-25 20:04:07
6-
date modified: 2024-01-25 20:24:18
6+
date modified: 2024-01-25 20:38:53
77
---
88

99
# Obsidian Mutation Observer
@@ -37,6 +37,8 @@ $(function() {
3737

3838
## Example 2 - Add "Gross, Fee, Net" Table to Batch Detail Screen
3939

40+
I want to add a summary table to the batch detail page that shows me the Gross, Fee, and Net for each account in the batch.
41+
4042
```liquid
4143
{% capture CustomDetails %}
4244
[

0 commit comments

Comments
 (0)