Skip to content

Commit 59c4558

Browse files
gargrohtannerlinsley
authored andcommitted
grouping txt (TanStack#1837)
* grouping txt * Update App.js
1 parent 9baf3c2 commit 59c4558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/grouping-column/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function Table({ columns, data }) {
122122
)
123123

124124
// We don't want to render all of the rows for this example, so cap
125-
// it at 20 for this use case
125+
// it at 100 for this use case
126126
const firstPageRows = rows.slice(0, 100)
127127

128128
return (

examples/grouping/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Table({ columns, data }) {
5151
)
5252

5353
// We don't want to render all of the rows for this example, so cap
54-
// it at 20 for this use case
54+
// it at 100 for this use case
5555
const firstPageRows = rows.slice(0, 100)
5656

5757
return (

0 commit comments

Comments
 (0)