diff --git a/examples/react/row-selection/src/main.tsx b/examples/react/row-selection/src/main.tsx index 28bb2f4a27..7c9c3c2c01 100644 --- a/examples/react/row-selection/src/main.tsx +++ b/examples/react/row-selection/src/main.tsx @@ -284,12 +284,12 @@ function App() { className="border rounded p-2 mb-2" onClick={() => console.info( - 'table.getSelectedFlatRows()', + 'table.getSelectedRowModel().flatRows', table.getSelectedRowModel().flatRows ) } > - Log table.getSelectedFlatRows() + Log table.getSelectedRowModel().flatRows