We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baf3c2 commit 59c4558Copy full SHA for 59c4558
examples/grouping-column/src/App.js
@@ -122,7 +122,7 @@ function Table({ columns, data }) {
122
)
123
124
// We don't want to render all of the rows for this example, so cap
125
- // it at 20 for this use case
+ // it at 100 for this use case
126
const firstPageRows = rows.slice(0, 100)
127
128
return (
examples/grouping/src/App.js
@@ -51,7 +51,7 @@ function Table({ columns, data }) {
51
52
53
54
55
56
57
0 commit comments