Filtering and live reports
中级~35 分钟0/4 步骤
Derive a report from the ledger
A report should be derived from source data every time—not maintained as a second, conflicting copy. The selected category determines a filtered view; reduce produces the KPIs; sort makes the audit table predictable.
The practice dataset is visibly labeled. Replace it with your own entries after the exercise.
操作说明
1
Create getVisibleTransactions using filter and selectedCategory.
提示: Keep every item when selectedCategory is all.
2
Sort visible rows by date without changing the source array.
3
Create calculateReport(items) with reduce.
4
Listen for filter changes and render the report again.
你的代码
html
1
2
3
4
5
6
7
8
9
用 ViBot 来 Vibe0 / 12 条免费消息
描述你想为这一步构建的内容,我来编写代码——然后点击「应用」把它放进你的编辑器。 本步骤:Create getVisibleTransactions using filter and selectedCategory.
实时预览
实时预览