diff --git a/apps/www/src/content/components/data-table.md b/apps/www/src/content/components/data-table.md index 721c25b51..6dfa1ab88 100644 --- a/apps/www/src/content/components/data-table.md +++ b/apps/www/src/content/components/data-table.md @@ -1331,7 +1331,7 @@ Next, we'll enable the `addSelectedRows` plugin and import the `` co To accommodate the checkbox, we'll need to update our table styles. We'll also add a message to show how many rows are selected. -```svelte showLineNumbers title="routes/payments/data-table.svelte" {39,65,87-90} +```svelte showLineNumbers title="routes/payments/data-table.svelte" {39,62-65,90-93}
{#each $pageRows as row (row.id)} - + {#each row.cells as cell (cell.id)}