We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c329c5 + eed7479 commit 71840a4Copy full SHA for 71840a4
1 file changed
for-tests/extensions/print/print-printIgnore.html
@@ -14,12 +14,13 @@
14
15
<table
16
id="table"
17
- data-show-print="true">
+ data-show-print="true"
18
+ data-show-footer="true">
19
<thead>
20
<tr>
21
<th data-field="id">ID</th>
22
<th data-field="name">Name</th>
- <th data-field="price" data-print-ignore="true">Price</th>
23
+ <th data-field="price" data-print-ignore="true" data-footer-formatter="totalFormatter">Price</th>
24
</tr>
25
</thead>
26
</table>
@@ -34,4 +35,6 @@
34
35
]
36
})
37
}
38
+
39
+ window.totalFormatter = data => 'Total'
40
</script>
0 commit comments