diff --git a/app/examples/scrolling-a-row-into-view/page.tsx b/app/examples/scrolling-a-row-into-view/page.tsx index b64ca426e..67d233ee4 100644 --- a/app/examples/scrolling-a-row-into-view/page.tsx +++ b/app/examples/scrolling-a-row-into-view/page.tsx @@ -62,7 +62,11 @@ export default async function ScrollIntoViewExamplesPage() { If the DataTable resides in a page with a more complex layout and you want to avoid scrolling the entire page - when bringing a row into view, you can use the scrollTo method of the table viewport element: + when bringing a row into view, you can use the{' '} + + scrollTo + {' '} + method of the table viewport element: Here is the code: