Skip to content

Commit

Permalink
highlight the correct line for addSelectedRows
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Aug 28, 2024
1 parent 2e6474a commit ec4ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/content/components/data-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ We'll start by creating a new component called `data-table-checkbox.svelte` whic

Next, we'll enable the `addSelectedRows` plugin and import the `<Checkbox />` component we just created.

```svelte showLineNumbers title="routes/payments/data-table.svelte" {13,23,49,55-68,137,143}
```svelte showLineNumbers title="routes/payments/data-table.svelte" {13,23,50,55-68,137,143}
<script lang="ts">
import {
createTable,
Expand Down

0 comments on commit ec4ed60

Please sign in to comment.