Skip to content

Commit

Permalink
chore(examples): update App.svelte test case
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 19, 2025
1 parent 37d94cf commit fabbc48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/rollup/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<DataTable
sortable
selectable
headers={[
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
Expand Down
1 change: 1 addition & 0 deletions examples/vite/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<DataTable
sortable
selectable
headers={[
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
Expand Down
1 change: 1 addition & 0 deletions examples/vite@svelte-5/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<DataTable
sortable
selectable
headers={[
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
Expand Down
1 change: 1 addition & 0 deletions examples/webpack/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<DataTable
sortable
selectable
headers={[
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
Expand Down
1 change: 1 addition & 0 deletions examples/webpack@svelte-5/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<DataTable
sortable
selectable
headers={[
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
Expand Down

0 comments on commit fabbc48

Please sign in to comment.