Skip to content

Commit

Permalink
Merge branch 'KevinVandy:v2' into nested-td-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmk54 authored Jul 23, 2024
2 parents 18f0f4b + cf55cfb commit ba73829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const table = useMaterialReactTable({
By default, when the user holds down the <kbd>Shift</kbd> key and clicks a row, all rows between the last selected row and the clicked row will be selected. This can be disabled with the `enableBatchRowSelection` table option.

```jsx
const table = useMantineReactTable({
const table = useMaterialReactTable({
columns,
data,
enableRowSelection: true,
Expand Down

0 comments on commit ba73829

Please sign in to comment.