Skip to content

Commit

Permalink
docs: update selected rows button name (#4859)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatinAniss committed May 27, 2023
1 parent d8084b0 commit 46b160d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react/row-selection/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</button>
</div>
</div>
Expand Down

0 comments on commit 46b160d

Please sign in to comment.