template @it_list_footer
리스트 Footer의 기본 템플릿이다.
See Also
Template
{
name: '@it_list_footer',
description: "List footer template",
props: {},
template: {
layout: "hlinear",
children: [{
value: "Σ",
style: { fontSize: '19px' },
tag: "sigma"
}, {
width: '*',
renderer: 'spacer',
tag: "spacer"
}, {
value: "${@row_count}",
tag: "count"
}, {
value: " rows.",
tag: "rows"
}]
}
}