Fix highlighted changes

On the sorting section, I've included the closing brackets of state of useReactTable() on the highlighted changes
This commit is contained in:
David King Roderos
2026-02-19 14:08:31 +08:00
committed by GitHub
parent 627155b13c
commit 77f66d5357

View File

@@ -472,7 +472,7 @@ Let's make the email column sortable.
### Update `<DataTable>`
```tsx showLineNumbers title="app/payments/data-table.tsx" showLineNumbers {3,6,10,18,25-28}
```tsx showLineNumbers title="app/payments/data-table.tsx" showLineNumbers {3,6,10,18,25-29}
"use client"
import * as React from "react"