Skip to content

Commit

Permalink
Reactive table for Svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Nov 12, 2024
1 parent ee6074f commit 92f07d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-sda.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ export {};
<p>Here's all the data.</p>
<Table data={temp} />
<Table data={temp.filter((d) => d.city === city)} />
<h2>Methodology</h2>
Expand Down

0 comments on commit 92f07d2

Please sign in to comment.